Struct libjwt::Parts [] [src]

pub struct Parts<'h, 'p, 's> { /* fields omitted */ }

Jwt's parts

Trait Implementations

impl<'h, 'p, 's> Debug for Parts<'h, 'p, 's>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'h, 'p, 's> Clone for Parts<'h, 'p, 's>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'h, 'p, 's, 'jwt> Into<Jwt<'jwt>> for Parts<'h, 'p, 's>
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl<'h, 'p, 's> Send for Parts<'h, 'p, 's>

impl<'h, 'p, 's> Sync for Parts<'h, 'p, 's>