Struct below_dump::btrfs::Btrfs
source · [−]pub struct Btrfs { /* private fields */ }Implementations
sourceimpl Btrfs
impl Btrfs
pub fn new(
opts: &GeneralOpt,
select: Option<BtrfsModelFieldId>,
fields: Vec<BtrfsField>
) -> Self
Trait Implementations
sourceimpl Dumper for Btrfs
impl Dumper for Btrfs
fn dump_model(
&self,
ctx: &CommonFieldContext,
model: &Model,
output: &mut dyn Write,
round: &mut usize,
comma_flag: bool
) -> Result<IterExecResult>
Auto Trait Implementations
impl RefUnwindSafe for Btrfs
impl Send for Btrfs
impl Sync for Btrfs
impl Unpin for Btrfs
impl UnwindSafe for Btrfs
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more