Struct jsonwebtoken::Header
[−]
[src]
pub struct Header {
// some fields omitted
}A basic JWT header part, the alg is automatically filled for use It's missing things like the kid but that's for later
Methods
impl Header[src]
Trait Implementations
impl Decodable for Header[src]
impl Encodable for Header[src]
impl PartialEq for Header[src]
fn eq(&self, __arg_0: &Header) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Header) -> bool
This method tests for !=.