Struct k8s_openapi::ByteString [−][src]
A wrapper around a list of bytes.
Used in Kubernetes types whose JSON representation uses a base64-encoded string for a list of bytes.
Trait Implementations
impl Clone for ByteString
[src]
impl Clone for ByteString
fn clone(&self) -> ByteString
[src]
fn clone(&self) -> ByteString
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for ByteString
[src]
impl Debug for ByteString
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for ByteString
[src]
impl Default for ByteString
fn default() -> ByteString
[src]
fn default() -> ByteString
Returns the "default value" for a type. Read more
impl Eq for ByteString
[src]
impl Eq for ByteString
impl PartialEq for ByteString
[src]
impl PartialEq for ByteString
fn eq(&self, other: &ByteString) -> bool
[src]
fn eq(&self, other: &ByteString) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ByteString) -> bool
[src]
fn ne(&self, other: &ByteString) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for ByteString
[src]
impl<'de> Deserialize<'de> for ByteString
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for ByteString
[src]
impl Serialize for ByteString
Auto Trait Implementations
impl Send for ByteString
impl Send for ByteString
impl Sync for ByteString
impl Sync for ByteString