pub struct Disk { /* private fields */ }Implementations§
Source§impl Disk
impl Disk
pub fn new( opts: &GeneralOpt, select: Option<SingleDiskModelFieldId>, fields: Vec<DiskField>, ) -> Self
Trait Implementations§
Source§impl 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 Freeze for Disk
impl RefUnwindSafe for Disk
impl Send for Disk
impl Sync for Disk
impl Unpin for Disk
impl UnsafeUnpin for Disk
impl UnwindSafe for Disk
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