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