pub struct OutputFactory {
pub output: OutputFormat,
}
Fields§
§output: OutputFormat
Implementations§
Source§impl OutputFactory
impl OutputFactory
pub fn new(output: OutputFormat) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutputFactory
impl RefUnwindSafe for OutputFactory
impl Send for OutputFactory
impl Sync for OutputFactory
impl Unpin for OutputFactory
impl UnwindSafe for OutputFactory
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