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