pub struct JwtService;Implementations§
Source§impl JwtService
impl JwtService
pub fn generate_admin_token(params: &AdminTokenParams<'_>) -> Result<JwtToken>
Trait Implementations§
Source§impl Clone for JwtService
impl Clone for JwtService
Source§fn clone(&self) -> JwtService
fn clone(&self) -> JwtService
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 JwtService
impl Debug for JwtService
impl Copy for JwtService
Auto Trait Implementations§
impl Freeze for JwtService
impl RefUnwindSafe for JwtService
impl Send for JwtService
impl Sync for JwtService
impl Unpin for JwtService
impl UnwindSafe for JwtService
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