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