pub struct Printed { /* private fields */ }Expand description
Printer configuration and rendered output types.
Implementations§
Trait Implementations§
impl Eq for Printed
impl StructuralPartialEq for Printed
Auto Trait Implementations§
impl Freeze for Printed
impl RefUnwindSafe for Printed
impl Send for Printed
impl Sync for Printed
impl Unpin for Printed
impl UnsafeUnpin for Printed
impl UnwindSafe for Printed
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