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