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