pub enum TriggerBy {
Interval,
Moved,
Error,
}Variants
Interval
Moved
Error
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TriggerBy
impl Send for TriggerBy
impl Sync for TriggerBy
impl Unpin for TriggerBy
impl UnwindSafe for TriggerBy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more