pub struct SExprPrinter { /* private fields */ }Expand description
Prints an expression as an S-expression.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SExprPrinter
impl RefUnwindSafe for SExprPrinter
impl Send for SExprPrinter
impl Sync for SExprPrinter
impl Unpin for SExprPrinter
impl UnsafeUnpin for SExprPrinter
impl UnwindSafe for SExprPrinter
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