Enum parse_zoneinfo::line::Saving [] [src]

pub enum Saving<'a> {
    NoSaving,
    OneOff(TimeSpec),
    Multiple(&'a str),
}

Variants

Trait Implementations

impl<'a> PartialEq for Saving<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Debug for Saving<'a>
[src]

Formats the value using the given formatter.

impl<'a> Copy for Saving<'a>
[src]

impl<'a> Clone for Saving<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more