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