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