pub struct Tc { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Dumper for Tc
impl Dumper for Tc
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 Tc
impl RefUnwindSafe for Tc
impl Send for Tc
impl Sync for Tc
impl Unpin for Tc
impl UnsafeUnpin for Tc
impl UnwindSafe for Tc
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