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