pub struct OAuth2Description {
pub scopes: Option<HashMap<String, ScopeDescription>>,
}Fields§
§scopes: Option<HashMap<String, ScopeDescription>>Trait Implementations§
Source§impl Clone for OAuth2Description
impl Clone for OAuth2Description
Source§fn clone(&self) -> OAuth2Description
fn clone(&self) -> OAuth2Description
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 OAuth2Description
impl Debug for OAuth2Description
Source§impl Default for OAuth2Description
impl Default for OAuth2Description
Source§fn default() -> OAuth2Description
fn default() -> OAuth2Description
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OAuth2Description
impl<'de> Deserialize<'de> for OAuth2Description
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
Auto Trait Implementations§
impl Freeze for OAuth2Description
impl RefUnwindSafe for OAuth2Description
impl Send for OAuth2Description
impl Sync for OAuth2Description
impl Unpin for OAuth2Description
impl UnsafeUnpin for OAuth2Description
impl UnwindSafe for OAuth2Description
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