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