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