Enum der_parser::ber::PrettyPrinterFlag
source · pub enum PrettyPrinterFlag {
Recursive,
ShowHeader,
}
Variants§
Trait Implementations§
source§impl Clone for PrettyPrinterFlag
impl Clone for PrettyPrinterFlag
source§fn clone(&self) -> PrettyPrinterFlag
fn clone(&self) -> PrettyPrinterFlag
Returns a copy 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 moresource§impl Debug for PrettyPrinterFlag
impl Debug for PrettyPrinterFlag
source§impl PartialEq for PrettyPrinterFlag
impl PartialEq for PrettyPrinterFlag
source§fn eq(&self, other: &PrettyPrinterFlag) -> bool
fn eq(&self, other: &PrettyPrinterFlag) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PrettyPrinterFlag
impl StructuralPartialEq for PrettyPrinterFlag
Auto Trait Implementations§
impl RefUnwindSafe for PrettyPrinterFlag
impl Send for PrettyPrinterFlag
impl Sync for PrettyPrinterFlag
impl Unpin for PrettyPrinterFlag
impl UnwindSafe for PrettyPrinterFlag
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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