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