Struct timely::scheduling::activate::ActivateOnDrop
source · pub struct ActivateOnDrop<T> { /* private fields */ }
Expand description
A wrapper that unparks on drop.
Implementations§
Trait Implementations§
source§impl<T: Clone> Clone for ActivateOnDrop<T>
impl<T: Clone> Clone for ActivateOnDrop<T>
source§fn clone(&self) -> ActivateOnDrop<T>
fn clone(&self) -> ActivateOnDrop<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more