pub enum ClientConfigVariant4Platform {
KubernetesCloud,
}Expand description
ClientConfigVariant4Platform
JSON schema
{
"type": "string",
"enum": [
"kubernetesCloud"
]
}Variants§
KubernetesCloud
Trait Implementations§
Source§impl Clone for ClientConfigVariant4Platform
impl Clone for ClientConfigVariant4Platform
Source§fn clone(&self) -> ClientConfigVariant4Platform
fn clone(&self) -> ClientConfigVariant4Platform
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 moreimpl Copy for ClientConfigVariant4Platform
Source§impl Debug for ClientConfigVariant4Platform
impl Debug for ClientConfigVariant4Platform
Source§impl<'de> Deserialize<'de> for ClientConfigVariant4Platform
impl<'de> Deserialize<'de> for ClientConfigVariant4Platform
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
impl Eq for ClientConfigVariant4Platform
Source§impl From<&ClientConfigVariant4Platform> for ClientConfigVariant4Platform
impl From<&ClientConfigVariant4Platform> for ClientConfigVariant4Platform
Source§fn from(value: &ClientConfigVariant4Platform) -> Self
fn from(value: &ClientConfigVariant4Platform) -> Self
Converts to this type from the input type.
Source§impl Hash for ClientConfigVariant4Platform
impl Hash for ClientConfigVariant4Platform
Source§impl Ord for ClientConfigVariant4Platform
impl Ord for ClientConfigVariant4Platform
Source§fn cmp(&self, other: &ClientConfigVariant4Platform) -> Ordering
fn cmp(&self, other: &ClientConfigVariant4Platform) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ClientConfigVariant4Platform
impl PartialOrd for ClientConfigVariant4Platform
impl StructuralPartialEq for ClientConfigVariant4Platform
Source§impl TryFrom<&String> for ClientConfigVariant4Platform
impl TryFrom<&String> for ClientConfigVariant4Platform
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for ClientConfigVariant4Platform
impl TryFrom<&str> for ClientConfigVariant4Platform
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for ClientConfigVariant4Platform
impl TryFrom<String> for ClientConfigVariant4Platform
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for ClientConfigVariant4Platform
impl RefUnwindSafe for ClientConfigVariant4Platform
impl Send for ClientConfigVariant4Platform
impl Sync for ClientConfigVariant4Platform
impl Unpin for ClientConfigVariant4Platform
impl UnsafeUnpin for ClientConfigVariant4Platform
impl UnwindSafe for ClientConfigVariant4Platform
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