pub struct ErlangPrettyPrinter { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErlangPrettyPrinter
impl RefUnwindSafe for ErlangPrettyPrinter
impl Send for ErlangPrettyPrinter
impl Sync for ErlangPrettyPrinter
impl Unpin for ErlangPrettyPrinter
impl UnwindSafe for ErlangPrettyPrinter
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