pub struct UserAuthorizationOptions { /* private fields */ }
Implementations§
Source§impl UserAuthorizationOptions
impl UserAuthorizationOptions
pub fn req_header(&self) -> Option<&str>
pub fn timeout(&self) -> i64
pub fn concurrent(&self) -> bool
pub fn jwt_secret_key(&self) -> Option<&str>
Trait Implementations§
Source§impl Clone for UserAuthorizationOptions
impl Clone for UserAuthorizationOptions
Source§fn clone(&self) -> UserAuthorizationOptions
fn clone(&self) -> UserAuthorizationOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UserAuthorizationOptions
impl Debug for UserAuthorizationOptions
Source§impl Default for UserAuthorizationOptions
impl Default for UserAuthorizationOptions
Source§impl<'de> Deserialize<'de> for UserAuthorizationOptions
impl<'de> Deserialize<'de> for UserAuthorizationOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for UserAuthorizationOptions
impl RefUnwindSafe for UserAuthorizationOptions
impl Send for UserAuthorizationOptions
impl Sync for UserAuthorizationOptions
impl Unpin for UserAuthorizationOptions
impl UnwindSafe for UserAuthorizationOptions
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