pub struct KubernetesSettings { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for KubernetesSettings
impl Clone for KubernetesSettings
Source§fn clone(&self) -> KubernetesSettings
fn clone(&self) -> KubernetesSettings
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 KubernetesSettings
impl Debug for KubernetesSettings
Source§impl Default for KubernetesSettings
impl Default for KubernetesSettings
Source§impl From<KubernetesSettings> for KubernetesSettings
impl From<KubernetesSettings> for KubernetesSettings
Source§fn from(value: KubernetesSettings) -> Self
fn from(value: KubernetesSettings) -> Self
Converts to this type from the input type.
Source§impl TryFrom<KubernetesSettings> for KubernetesSettings
impl TryFrom<KubernetesSettings> for KubernetesSettings
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: KubernetesSettings) -> Result<Self, ConversionError>
fn try_from(value: KubernetesSettings) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for KubernetesSettings
impl RefUnwindSafe for KubernetesSettings
impl Send for KubernetesSettings
impl Sync for KubernetesSettings
impl Unpin for KubernetesSettings
impl UnsafeUnpin for KubernetesSettings
impl UnwindSafe for KubernetesSettings
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