Struct kube_client::config::NamedAuthInfo
source · pub struct NamedAuthInfo {
pub name: String,
pub auth_info: Option<AuthInfo>,
}
Available on crate feature
config
only.Expand description
NamedAuthInfo associates name with authentication.
Fields§
§name: String
Name of the user
auth_info: Option<AuthInfo>
Information that describes identity of the user
Trait Implementations§
source§impl Clone for NamedAuthInfo
impl Clone for NamedAuthInfo
source§fn clone(&self) -> NamedAuthInfo
fn clone(&self) -> NamedAuthInfo
Returns a copy of the value. Read more
1.0.0 · 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 NamedAuthInfo
impl Debug for NamedAuthInfo
source§impl Default for NamedAuthInfo
impl Default for NamedAuthInfo
source§fn default() -> NamedAuthInfo
fn default() -> NamedAuthInfo
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NamedAuthInfo
impl<'de> Deserialize<'de> for NamedAuthInfo
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