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