Struct qcs_api_client_common::configuration::AuthServer
source · pub struct AuthServer { /* private fields */ }Expand description
Okta authorization server.
Implementations§
source§impl AuthServer
impl AuthServer
Trait Implementations§
source§impl Clone for AuthServer
impl Clone for AuthServer
source§fn clone(&self) -> AuthServer
fn clone(&self) -> AuthServer
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 moresource§impl Debug for AuthServer
impl Debug for AuthServer
source§impl Default for AuthServer
impl Default for AuthServer
source§impl<'de> Deserialize<'de> for AuthServer
impl<'de> Deserialize<'de> for AuthServer
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
source§impl PartialEq<AuthServer> for AuthServer
impl PartialEq<AuthServer> for AuthServer
source§fn eq(&self, other: &AuthServer) -> bool
fn eq(&self, other: &AuthServer) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AuthServer
impl Serialize for AuthServer
impl Eq for AuthServer
impl StructuralEq for AuthServer
impl StructuralPartialEq for AuthServer
Auto Trait Implementations§
impl RefUnwindSafe for AuthServer
impl Send for AuthServer
impl Sync for AuthServer
impl Unpin for AuthServer
impl UnwindSafe for AuthServer
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.