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