pub struct JsonWebToken(pub String);Expand description
Represents a JSON Web Token. https://tools.ietf.org/html/rfc7519
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for JsonWebToken
impl Clone for JsonWebToken
Source§fn clone(&self) -> JsonWebToken
fn clone(&self) -> JsonWebToken
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JsonWebToken
impl Debug for JsonWebToken
Source§impl Display for JsonWebToken
impl Display for JsonWebToken
Auto Trait Implementations§
impl Freeze for JsonWebToken
impl RefUnwindSafe for JsonWebToken
impl Send for JsonWebToken
impl Sync for JsonWebToken
impl Unpin for JsonWebToken
impl UnwindSafe for JsonWebToken
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more