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