Struct ethers_providers::JwtAuth
source · pub struct JwtAuth { /* private fields */ }
Expand description
Contains the JWT secret and claims parameters.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for JwtAuth
impl Send for JwtAuth
impl Sync for JwtAuth
impl Unpin for JwtAuth
impl UnwindSafe for JwtAuth
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