pub enum TriggerBy {
Interval,
Moved,
Error,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TriggerBy
impl RefUnwindSafe for TriggerBy
impl Send for TriggerBy
impl Sync for TriggerBy
impl Unpin for TriggerBy
impl UnwindSafe for TriggerBy
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