pub struct DfnsAuthenticatorOptions<S> {
pub app_id: String,
pub base_url: Option<String>,
pub app_secret: Option<String>,
pub signer: S,
}Fields§
§app_id: String§base_url: Option<String>§app_secret: Option<String>§signer: STrait Implementations§
Source§impl<S: Clone> Clone for DfnsAuthenticatorOptions<S>
impl<S: Clone> Clone for DfnsAuthenticatorOptions<S>
Source§fn clone(&self) -> DfnsAuthenticatorOptions<S>
fn clone(&self) -> DfnsAuthenticatorOptions<S>
Returns a copy 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 moreAuto Trait Implementations§
impl<S> Freeze for DfnsAuthenticatorOptions<S>where
S: Freeze,
impl<S> RefUnwindSafe for DfnsAuthenticatorOptions<S>where
S: RefUnwindSafe,
impl<S> Send for DfnsAuthenticatorOptions<S>where
S: Send,
impl<S> Sync for DfnsAuthenticatorOptions<S>where
S: Sync,
impl<S> Unpin for DfnsAuthenticatorOptions<S>where
S: Unpin,
impl<S> UnwindSafe for DfnsAuthenticatorOptions<S>where
S: UnwindSafe,
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