pub struct ClojureResultPrinter {
pub pretty: bool,
pub color: bool,
pub width: u16,
}Fields§
§pretty: bool§color: bool§width: u16Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClojureResultPrinter
impl RefUnwindSafe for ClojureResultPrinter
impl Send for ClojureResultPrinter
impl Sync for ClojureResultPrinter
impl Unpin for ClojureResultPrinter
impl UnwindSafe for ClojureResultPrinter
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