Enum ublox_cellular::command::control::types::Circuit108Behaviour[][src]

pub enum Circuit108Behaviour {
    Ignore,
    OnlineCommandState,
    OrderlyCleardown,
}
Expand description

Indicates the behavior of circuit 108

Variants

Ignore

0: the DCE ignores circuit 108/2

OnlineCommandState

1 (default value and factory-programmed value): upon an ON-to-OFF transition of circuit 108/2, the DCE enters online command state and issues the final result code

OrderlyCleardown

2: upon an ON-to-OFF transition of circuit 108/2, the DCE performs an orderly cleardown of the call. The automatic answer is disabled while circuit 108/2 remains OFF

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.