pub struct VerifyClientSecretOptions {
pub ref: OauthClientRef,
pub secret: Password,
}Fields§
§ref: OauthClientRef§secret: PasswordTrait Implementations§
Source§impl Clone for VerifyClientSecretOptions
impl Clone for VerifyClientSecretOptions
Source§fn clone(&self) -> VerifyClientSecretOptions
fn clone(&self) -> VerifyClientSecretOptions
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 VerifyClientSecretOptions
impl Debug for VerifyClientSecretOptions
Source§impl Hash for VerifyClientSecretOptions
impl Hash for VerifyClientSecretOptions
Source§impl Ord for VerifyClientSecretOptions
impl Ord for VerifyClientSecretOptions
Source§fn cmp(&self, other: &VerifyClientSecretOptions) -> Ordering
fn cmp(&self, other: &VerifyClientSecretOptions) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for VerifyClientSecretOptions
impl PartialOrd for VerifyClientSecretOptions
impl Eq for VerifyClientSecretOptions
impl StructuralPartialEq for VerifyClientSecretOptions
Auto Trait Implementations§
impl Freeze for VerifyClientSecretOptions
impl RefUnwindSafe for VerifyClientSecretOptions
impl Send for VerifyClientSecretOptions
impl Sync for VerifyClientSecretOptions
impl Unpin for VerifyClientSecretOptions
impl UnwindSafe for VerifyClientSecretOptions
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