Struct bitwarden_api_api::models::authentication_extensions_client_outputs::AuthenticationExtensionsClientOutputs
source · pub struct AuthenticationExtensionsClientOutputs {
pub example_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_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<AuthenticationExtensionsClientOutputs> for AuthenticationExtensionsClientOutputs
impl PartialEq<AuthenticationExtensionsClientOutputs> for AuthenticationExtensionsClientOutputs
source§fn eq(&self, other: &AuthenticationExtensionsClientOutputs) -> bool
fn eq(&self, other: &AuthenticationExtensionsClientOutputs) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.