Enum ublox_cellular::command::device_lock::types::PinStatusCode[][src]

pub enum PinStatusCode {
    Ready,
    SimPin,
    SimPuk,
    SimPin2,
    SimPuk2,
    PhNetPin,
    PhNetSubPin,
    PhSpPin,
    PhCorpPin,
    PhSimPin,
}

Variants

Ready

• READY: MT is not pending for any password

SimPin

• SIM PIN: MT is waiting SIM PIN to be given

SimPuk

• SIM PUK: MT is waiting SIM PUK to be given

SimPin2

• SIM PIN2: MT is waiting SIM PIN2 to be given

SimPuk2

• SIM PUK2: MT is waiting SIM PUK2 to be given

PhNetPin

• PH-NET PIN: MT is waiting network personalization password to be given

PhNetSubPin

• PH-NETSUB PIN: MT is waiting network subset personalization password to be given

PhSpPin

• PH-SP PIN: MT is waiting service provider personalization password to be given

PhCorpPin

• PH-CORP PIN: MT is waiting corporate personalization password to be given

PhSimPin

• PH-SIM PIN: MT is waiting phone to SIM/UICC card password to be given

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. 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.