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