Enum der_parser::PrettyPrinterFlag [−][src]
pub enum PrettyPrinterFlag { ShowHeader, }
Variants
ShowHeader
Trait Implementations
impl Clone for PrettyPrinterFlag
[src]
impl Clone for PrettyPrinterFlag
fn clone(&self) -> PrettyPrinterFlag
[src]
fn clone(&self) -> PrettyPrinterFlag
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for PrettyPrinterFlag
[src]
impl PartialEq for PrettyPrinterFlag
Auto Trait Implementations
impl Send for PrettyPrinterFlag
impl Send for PrettyPrinterFlag
impl Sync for PrettyPrinterFlag
impl Sync for PrettyPrinterFlag