Struct openapi_31::v31::client_credentials::ClientCredentials
source · pub struct ClientCredentials {
pub token_url: String,
pub refresh_url: Option<String>,
pub scopes: BTreeMap<String, String>,
}Fields§
§token_url: String§refresh_url: Option<String>§scopes: BTreeMap<String, String>Implementations§
Trait Implementations§
source§impl Clone for ClientCredentials
impl Clone for ClientCredentials
source§fn clone(&self) -> ClientCredentials
fn clone(&self) -> ClientCredentials
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 ClientCredentials
impl Debug for ClientCredentials
source§impl Default for ClientCredentials
impl Default for ClientCredentials
source§fn default() -> ClientCredentials
fn default() -> ClientCredentials
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClientCredentials
impl<'de> Deserialize<'de> for ClientCredentials
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 for ClientCredentials
impl PartialEq for ClientCredentials
source§fn eq(&self, other: &ClientCredentials) -> bool
fn eq(&self, other: &ClientCredentials) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ClientCredentials
impl Serialize for ClientCredentials
impl StructuralPartialEq for ClientCredentials
Auto Trait Implementations§
impl Freeze for ClientCredentials
impl RefUnwindSafe for ClientCredentials
impl Send for ClientCredentials
impl Sync for ClientCredentials
impl Unpin for ClientCredentials
impl UnwindSafe for ClientCredentials
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