Enum k8s_openapi::v1_8::apimachinery::pkg::util::intstr::IntOrString
source · Variants§
Trait Implementations§
source§impl Clone for IntOrString
impl Clone for IntOrString
source§fn clone(&self) -> IntOrString
fn clone(&self) -> IntOrString
Returns a copy 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 Debug for IntOrString
impl Debug for IntOrString
source§impl Default for IntOrString
impl Default for IntOrString
source§impl<'de> Deserialize<'de> for IntOrString
impl<'de> Deserialize<'de> for IntOrString
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