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