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