pub enum WaitActivity {
Discard,
Free,
Initialize,
Replace,
Remove,
Resliver,
Scrub,
Trim,
}Variants§
Trait Implementations§
Source§impl Debug for WaitActivity
impl Debug for WaitActivity
Source§impl PartialEq for WaitActivity
impl PartialEq for WaitActivity
Source§fn eq(&self, other: &WaitActivity) -> bool
fn eq(&self, other: &WaitActivity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WaitActivity
Auto Trait Implementations§
impl Freeze for WaitActivity
impl RefUnwindSafe for WaitActivity
impl Send for WaitActivity
impl Sync for WaitActivity
impl Unpin for WaitActivity
impl UnsafeUnpin for WaitActivity
impl UnwindSafe for WaitActivity
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