pub enum EnqueueFlags {
Spawn,
Wake,
}Expand description
Possible triggers of an enqueue action.
Variants§
Trait Implementations§
Source§impl Clone for EnqueueFlags
impl Clone for EnqueueFlags
Source§fn clone(&self) -> EnqueueFlags
fn clone(&self) -> EnqueueFlags
Returns a duplicate 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 moreSource§impl PartialEq for EnqueueFlags
impl PartialEq for EnqueueFlags
impl Copy for EnqueueFlags
impl StructuralPartialEq for EnqueueFlags
Auto Trait Implementations§
impl Freeze for EnqueueFlags
impl RefUnwindSafe for EnqueueFlags
impl Send for EnqueueFlags
impl Sync for EnqueueFlags
impl Unpin for EnqueueFlags
impl UnwindSafe for EnqueueFlags
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more