pub enum OutputForm {
Pretty,
SExpression,
Debug,
}Variants§
Trait Implementations§
Source§impl Clone for OutputForm
impl Clone for OutputForm
Source§fn clone(&self) -> OutputForm
fn clone(&self) -> OutputForm
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OutputForm
Auto Trait Implementations§
impl Freeze for OutputForm
impl RefUnwindSafe for OutputForm
impl Send for OutputForm
impl Sync for OutputForm
impl Unpin for OutputForm
impl UnwindSafe for OutputForm
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