pub struct UpsertSystemClientOptions {
pub key: OauthClientKey,
pub display_name: OauthClientDisplayName,
pub app_uri: Url,
pub callback_uri: Url,
pub secret: Password,
}Fields§
§key: OauthClientKey§display_name: OauthClientDisplayName§app_uri: Url§callback_uri: Url§secret: PasswordTrait Implementations§
Source§impl Clone for UpsertSystemClientOptions
impl Clone for UpsertSystemClientOptions
Source§fn clone(&self) -> UpsertSystemClientOptions
fn clone(&self) -> UpsertSystemClientOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpsertSystemClientOptions
impl Debug for UpsertSystemClientOptions
impl Eq for UpsertSystemClientOptions
Source§impl Hash for UpsertSystemClientOptions
impl Hash for UpsertSystemClientOptions
Source§impl Ord for UpsertSystemClientOptions
impl Ord for UpsertSystemClientOptions
Source§fn cmp(&self, other: &UpsertSystemClientOptions) -> Ordering
fn cmp(&self, other: &UpsertSystemClientOptions) -> Ordering
1.21.0 (const: unstable) · 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 UpsertSystemClientOptions
impl PartialOrd for UpsertSystemClientOptions
impl StructuralPartialEq for UpsertSystemClientOptions
Auto Trait Implementations§
impl Freeze for UpsertSystemClientOptions
impl RefUnwindSafe for UpsertSystemClientOptions
impl Send for UpsertSystemClientOptions
impl Sync for UpsertSystemClientOptions
impl Unpin for UpsertSystemClientOptions
impl UnsafeUnpin for UpsertSystemClientOptions
impl UnwindSafe for UpsertSystemClientOptions
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