Enum ublox_cellular::command::mobile_control::types::AutomaticTimezone[][src]

pub enum AutomaticTimezone {
    Disabled,
    EnabledLocal,
    EnabledGMT,
}
Expand description

Automatic time zone update

Variants

Disabled

0: automatic time zone via NITZ disabled

EnabledLocal

1: automatic time zone update via NITZ enabled; if the network supports the service, update the local time to the module (not only time zone)

EnabledGMT

2: automatic time zone update via NITZ enabled; if the network supports the service, update the GMT time to the module (not only time zone)

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Deserialize this value from the given Serde deserializer. Read more

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

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.