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<PrettyPrinterFlag> for PrettyPrinterFlag
impl PartialEq<PrettyPrinterFlag> 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 ==
.