pub enum SystemStateTransitionEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SystemStateTransitionEvent
impl RefUnwindSafe for SystemStateTransitionEvent
impl Send for SystemStateTransitionEvent
impl Sync for SystemStateTransitionEvent
impl Unpin for SystemStateTransitionEvent
impl UnwindSafe for SystemStateTransitionEvent
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