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