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