Enum serde_lvm::Separator [] [src]

#[must_use]
pub enum Separator { Comma, Tab, }

Character(s) used to separate each field in the file

Variants

Comma separator (ASCII \0x2C)

Tab separator (ASCII \0x09)

Trait Implementations

impl AsRef<str> for Separator
[src]

[src]

Performs the conversion.

impl Clone for Separator
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Separator
[src]

impl Debug for Separator
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Separator> for char
[src]

[src]

Performs the conversion.

impl Default for Separator
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Separator

impl Sync for Separator