pub struct ZfsSend { /* private fields */ }
Auto Trait Implementations§
impl Freeze for ZfsSend
impl RefUnwindSafe for ZfsSend
impl Send for ZfsSend
impl Sync for ZfsSend
impl Unpin for ZfsSend
impl UnwindSafe for ZfsSend
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