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