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