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