Struct libjwt::Signature [] [src]

pub struct Signature<'s>(_);

Jwt's signature

Methods

impl<'s> Signature<'s>
[src]

[src]

Create a Jwt's signature from any type who can be turned into a Cow<'s, str>

Trait Implementations

impl<'s> Debug for Signature<'s>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'s> Clone for Signature<'s>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'s> PartialEq for Signature<'s>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'s> Display for Signature<'s>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'s> Send for Signature<'s>

impl<'s> Sync for Signature<'s>