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