pub struct OnTriggerOp;Expand description
Marker struct.
Auto Trait Implementations§
impl Freeze for OnTriggerOp
impl RefUnwindSafe for OnTriggerOp
impl Send for OnTriggerOp
impl Sync for OnTriggerOp
impl Unpin for OnTriggerOp
impl UnsafeUnpin for OnTriggerOp
impl UnwindSafe for OnTriggerOp
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