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