pub enum JwtSignAlgorithm {
Rs256,
Ps256,
}Variants§
Trait Implementations§
Source§impl Clone for JwtSignAlgorithm
impl Clone for JwtSignAlgorithm
Source§fn clone(&self) -> JwtSignAlgorithm
fn clone(&self) -> JwtSignAlgorithm
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 JwtSignAlgorithm
impl Debug for JwtSignAlgorithm
impl Copy for JwtSignAlgorithm
Auto Trait Implementations§
impl Freeze for JwtSignAlgorithm
impl RefUnwindSafe for JwtSignAlgorithm
impl Send for JwtSignAlgorithm
impl Sync for JwtSignAlgorithm
impl Unpin for JwtSignAlgorithm
impl UnsafeUnpin for JwtSignAlgorithm
impl UnwindSafe for JwtSignAlgorithm
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