pub struct OobInline;
Trait Implementations§
impl Copy for OobInline
impl Eq for OobInline
impl StructuralPartialEq for OobInline
Auto Trait Implementations§
impl Freeze for OobInline
impl RefUnwindSafe for OobInline
impl Send for OobInline
impl Sync for OobInline
impl Unpin for OobInline
impl UnwindSafe for OobInline
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