Enum rocket_api_base::JWTError [−][src]
pub enum JWTError {
MalformedToken,
MalformedEncoding,
CompromisedIntegrity,
}Variants
Implementations
impl JWTError[src]
impl JWTError[src]pub fn get_message(&self) -> String[src]
pub fn get_message_encoded(&self) -> String[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JWTError
impl Send for JWTError
impl Sync for JWTError
impl Unpin for JWTError
impl UnwindSafe for JWTError
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for Tpub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>, Converts self into a collection.
pub fn mapped<U, F, A>(self, f: F) -> SmallVec<A> where
A: Array<Item = U>,
F: FnMut(T) -> U,
A: Array<Item = U>,
F: FnMut(T) -> U,
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,