Struct libmedusa_zip::destination::OutputWrapper
source · pub struct OutputWrapper<O> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<O> !RefUnwindSafe for OutputWrapper<O>
impl<O> Send for OutputWrapper<O>where O: Send,
impl<O> Sync for OutputWrapper<O>where O: Send,
impl<O> Unpin for OutputWrapper<O>
impl<O> !UnwindSafe for OutputWrapper<O>
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