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