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