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