Struct musli_binary_common::io::Wrap
source · [−]pub struct Wrap<T> { /* private fields */ }
Expand description
Wrapper constructed with wrap.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Wrap<T> where
T: RefUnwindSafe,
impl<T> Send for Wrap<T> where
T: Send,
impl<T> Sync for Wrap<T> where
T: Sync,
impl<T> Unpin for Wrap<T> where
T: Unpin,
impl<T> UnwindSafe for Wrap<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more