pub enum MetaEvent {
SingleWatchComplete,
WatcherAwakened,
}Variants§
Trait Implementations§
impl Copy for MetaEvent
impl Eq for MetaEvent
impl StructuralPartialEq for MetaEvent
Auto Trait Implementations§
impl Freeze for MetaEvent
impl RefUnwindSafe for MetaEvent
impl Send for MetaEvent
impl Sync for MetaEvent
impl Unpin for MetaEvent
impl UnwindSafe for MetaEvent
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