Enum serde_lvm::Unit [] [src]

#[must_use]
pub enum Unit { Milliamps, Volts, }

Label for an axis

Variants

Milliamps

Volts

Trait Implementations

impl Clone for Unit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Unit
[src]

impl Debug for Unit
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Unit

impl Sync for Unit