Struct below_dump::disk::Disk
source · [−]pub struct Disk { /* private fields */ }Implementations
sourceimpl Disk
impl Disk
pub fn new(
opts: &GeneralOpt,
select: Option<SingleDiskModelFieldId>,
fields: Vec<DiskField>
) -> Self
Trait Implementations
sourceimpl Dumper for Disk
impl Dumper for Disk
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 Disk
impl Send for Disk
impl Sync for Disk
impl Unpin for Disk
impl UnwindSafe for Disk
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