Struct below_btrfs::BtrfsReader
source · pub struct BtrfsReader { /* private fields */ }
Implementations§
source§impl BtrfsReader
impl BtrfsReader
Auto Trait Implementations§
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