pub struct AuthenticationExecutionInfoRepresentation {Show 14 fields
pub alias: Option<TypeString>,
pub authentication_config: Option<TypeString>,
pub authentication_flow: Option<bool>,
pub configurable: Option<bool>,
pub description: Option<TypeString>,
pub display_name: Option<TypeString>,
pub flow_id: Option<TypeString>,
pub id: Option<TypeString>,
pub index: Option<i32>,
pub level: Option<i32>,
pub priority: Option<i32>,
pub provider_id: Option<TypeString>,
pub requirement: Option<TypeString>,
pub requirement_choices: Option<TypeVec<String>>,
}Fields§
§alias: Option<TypeString>§authentication_config: Option<TypeString>§authentication_flow: Option<bool>§configurable: Option<bool>§description: Option<TypeString>§display_name: Option<TypeString>§flow_id: Option<TypeString>§id: Option<TypeString>§index: Option<i32>§level: Option<i32>§priority: Option<i32>§provider_id: Option<TypeString>§requirement: Option<TypeString>§requirement_choices: Option<TypeVec<String>>Trait Implementations§
Source§impl Clone for AuthenticationExecutionInfoRepresentation
impl Clone for AuthenticationExecutionInfoRepresentation
Source§fn clone(&self) -> AuthenticationExecutionInfoRepresentation
fn clone(&self) -> AuthenticationExecutionInfoRepresentation
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 Default for AuthenticationExecutionInfoRepresentation
impl Default for AuthenticationExecutionInfoRepresentation
Source§fn default() -> AuthenticationExecutionInfoRepresentation
fn default() -> AuthenticationExecutionInfoRepresentation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthenticationExecutionInfoRepresentation
impl<'de> Deserialize<'de> for AuthenticationExecutionInfoRepresentation
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
impl Eq for AuthenticationExecutionInfoRepresentation
Source§impl PartialEq for AuthenticationExecutionInfoRepresentation
impl PartialEq for AuthenticationExecutionInfoRepresentation
Source§fn eq(&self, other: &AuthenticationExecutionInfoRepresentation) -> bool
fn eq(&self, other: &AuthenticationExecutionInfoRepresentation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AuthenticationExecutionInfoRepresentation
Auto Trait Implementations§
impl Freeze for AuthenticationExecutionInfoRepresentation
impl RefUnwindSafe for AuthenticationExecutionInfoRepresentation
impl Send for AuthenticationExecutionInfoRepresentation
impl Sync for AuthenticationExecutionInfoRepresentation
impl Unpin for AuthenticationExecutionInfoRepresentation
impl UnsafeUnpin for AuthenticationExecutionInfoRepresentation
impl UnwindSafe for AuthenticationExecutionInfoRepresentation
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