pub struct OutputConverter { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for OutputConverter
impl Default for OutputConverter
Source§fn default() -> OutputConverter
fn default() -> OutputConverter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OutputConverter
impl RefUnwindSafe for OutputConverter
impl Send for OutputConverter
impl Sync for OutputConverter
impl Unpin for OutputConverter
impl UnwindSafe for OutputConverter
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