pub struct PbsScopesConfig {
pub description: Option<Value>,
pub items: String,
pub type: Option<Value>,
}Fields§
§description: Option<Value>§items: StringOpenID Scope Name.
type: Option<Value>Implementations§
Trait Implementations§
Source§impl Clone for PbsScopesConfig
impl Clone for PbsScopesConfig
Source§fn clone(&self) -> PbsScopesConfig
fn clone(&self) -> PbsScopesConfig
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 PbsScopesConfig
impl Debug for PbsScopesConfig
Source§impl Default for PbsScopesConfig
impl Default for PbsScopesConfig
Source§fn default() -> PbsScopesConfig
fn default() -> PbsScopesConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PbsScopesConfig
impl<'de> Deserialize<'de> for PbsScopesConfig
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 PbsScopesConfig
impl PartialEq for PbsScopesConfig
Source§fn eq(&self, other: &PbsScopesConfig) -> bool
fn eq(&self, other: &PbsScopesConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PbsScopesConfig
impl Serialize for PbsScopesConfig
impl StructuralPartialEq for PbsScopesConfig
Auto Trait Implementations§
impl Freeze for PbsScopesConfig
impl RefUnwindSafe for PbsScopesConfig
impl Send for PbsScopesConfig
impl Sync for PbsScopesConfig
impl Unpin for PbsScopesConfig
impl UnsafeUnpin for PbsScopesConfig
impl UnwindSafe for PbsScopesConfig
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