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