pub struct OptionBuf<P: BytesPtr, T>(/* private fields */);
Trait Implementations§
impl<P: BytesPtr, T> Copy for OptionBuf<P, T>
Auto Trait Implementations§
impl<P, T> Freeze for OptionBuf<P, T>where
P: Freeze,
impl<P, T> RefUnwindSafe for OptionBuf<P, T>where
P: RefUnwindSafe,
T: RefUnwindSafe,
impl<P, T> Send for OptionBuf<P, T>
impl<P, T> Sync for OptionBuf<P, T>
impl<P, T> Unpin for OptionBuf<P, T>
impl<P, T> UnwindSafe for OptionBuf<P, T>where
P: UnwindSafe,
T: UnwindSafe,
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