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