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