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