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