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