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