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