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