pub enum IoK8sApiCoreV1HttpGetActionScheme {
Http,
Https,
}Expand description
Scheme to use for connecting to the host. Defaults to HTTP.
Possible enum values:
"HTTP"means that the scheme used will be http://"HTTPS"means that the scheme used will be https://
Variants§
Trait Implementations§
Source§impl Clone for IoK8sApiCoreV1HttpGetActionScheme
impl Clone for IoK8sApiCoreV1HttpGetActionScheme
Source§fn clone(&self) -> IoK8sApiCoreV1HttpGetActionScheme
fn clone(&self) -> IoK8sApiCoreV1HttpGetActionScheme
Returns a duplicate 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<'de> Deserialize<'de> for IoK8sApiCoreV1HttpGetActionScheme
impl<'de> Deserialize<'de> for IoK8sApiCoreV1HttpGetActionScheme
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 From<&IoK8sApiCoreV1HttpGetActionScheme> for IoK8sApiCoreV1HttpGetActionScheme
impl From<&IoK8sApiCoreV1HttpGetActionScheme> for IoK8sApiCoreV1HttpGetActionScheme
Source§fn from(value: &IoK8sApiCoreV1HttpGetActionScheme) -> Self
fn from(value: &IoK8sApiCoreV1HttpGetActionScheme) -> Self
Converts to this type from the input type.
Source§impl Ord for IoK8sApiCoreV1HttpGetActionScheme
impl Ord for IoK8sApiCoreV1HttpGetActionScheme
Source§fn cmp(&self, other: &IoK8sApiCoreV1HttpGetActionScheme) -> Ordering
fn cmp(&self, other: &IoK8sApiCoreV1HttpGetActionScheme) -> Ordering
1.21.0 · 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 PartialEq for IoK8sApiCoreV1HttpGetActionScheme
impl PartialEq for IoK8sApiCoreV1HttpGetActionScheme
Source§fn eq(&self, other: &IoK8sApiCoreV1HttpGetActionScheme) -> bool
fn eq(&self, other: &IoK8sApiCoreV1HttpGetActionScheme) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for IoK8sApiCoreV1HttpGetActionScheme
impl PartialOrd for IoK8sApiCoreV1HttpGetActionScheme
Source§impl TryFrom<&str> for IoK8sApiCoreV1HttpGetActionScheme
impl TryFrom<&str> for IoK8sApiCoreV1HttpGetActionScheme
impl Copy for IoK8sApiCoreV1HttpGetActionScheme
impl Eq for IoK8sApiCoreV1HttpGetActionScheme
impl StructuralPartialEq for IoK8sApiCoreV1HttpGetActionScheme
Auto Trait Implementations§
impl Freeze for IoK8sApiCoreV1HttpGetActionScheme
impl RefUnwindSafe for IoK8sApiCoreV1HttpGetActionScheme
impl Send for IoK8sApiCoreV1HttpGetActionScheme
impl Sync for IoK8sApiCoreV1HttpGetActionScheme
impl Unpin for IoK8sApiCoreV1HttpGetActionScheme
impl UnwindSafe for IoK8sApiCoreV1HttpGetActionScheme
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