Struct jwt::token::Unverified[][src]

pub struct Unverified<'a> {
    pub header_str: &'a str,
    pub claims_str: &'a str,
    pub signature_str: &'a str,
}

Fields

header_str: &'a strclaims_str: &'a strsignature_str: &'a str

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.