Struct k8s_openapi::ByteString
source · Expand description
A wrapper around a list of bytes.
Used in Kubernetes types whose JSON representation uses a base64-encoded string for a list of bytes.
Tuple Fields§
§0: Vec<u8>
Trait Implementations§
source§impl Clone for ByteString
impl Clone for ByteString
source§fn clone(&self) -> ByteString
fn clone(&self) -> ByteString
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 ByteString
impl Debug for ByteString
source§impl Default for ByteString
impl Default for ByteString
source§fn default() -> ByteString
fn default() -> ByteString
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ByteString
impl<'de> Deserialize<'de> for ByteString
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