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