pub struct UpstreamOauthDynamicClientRow {
pub client_id: String,
pub issuer: String,
}Fields§
§client_id: String§issuer: StringCanonical authorization-server issuer that registered this client. Empty values are legacy rows and are never reusable.
Trait Implementations§
Source§impl Clone for UpstreamOauthDynamicClientRow
impl Clone for UpstreamOauthDynamicClientRow
Source§fn clone(&self) -> UpstreamOauthDynamicClientRow
fn clone(&self) -> UpstreamOauthDynamicClientRow
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 PartialEq for UpstreamOauthDynamicClientRow
impl PartialEq for UpstreamOauthDynamicClientRow
Source§fn eq(&self, other: &UpstreamOauthDynamicClientRow) -> bool
fn eq(&self, other: &UpstreamOauthDynamicClientRow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpstreamOauthDynamicClientRow
impl StructuralPartialEq for UpstreamOauthDynamicClientRow
Auto Trait Implementations§
impl Freeze for UpstreamOauthDynamicClientRow
impl RefUnwindSafe for UpstreamOauthDynamicClientRow
impl Send for UpstreamOauthDynamicClientRow
impl Sync for UpstreamOauthDynamicClientRow
impl Unpin for UpstreamOauthDynamicClientRow
impl UnsafeUnpin for UpstreamOauthDynamicClientRow
impl UnwindSafe for UpstreamOauthDynamicClientRow
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more