Enum der_parser::PrettyPrinterFlag [−][src]
pub enum PrettyPrinterFlag {
ShowHeader,
}Variants
ShowHeader
Trait Implementations
impl Clone for PrettyPrinterFlag[src]
impl Clone for PrettyPrinterFlagfn clone(&self) -> PrettyPrinterFlag[src]
fn clone(&self) -> PrettyPrinterFlagReturns 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 PrettyPrinterFlagAuto Trait Implementations
impl Send for PrettyPrinterFlag
impl Send for PrettyPrinterFlagimpl Sync for PrettyPrinterFlag
impl Sync for PrettyPrinterFlag