[−][src]Struct k8s_openapi::ByteString
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]
pub fn clone(&self) -> ByteString
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for ByteString
[src]
impl Default for ByteString
[src]
pub fn default() -> ByteString
[src]
impl<'de> Deserialize<'de> for ByteString
[src]
pub fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
impl Eq for ByteString
[src]
impl Ord for ByteString
[src]
pub fn cmp(&self, other: &ByteString) -> Ordering
[src]
#[must_use]pub fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self
1.50.0[src]
impl PartialEq<ByteString> for ByteString
[src]
pub fn eq(&self, other: &ByteString) -> bool
[src]
pub fn ne(&self, other: &ByteString) -> bool
[src]
impl PartialOrd<ByteString> for ByteString
[src]
pub fn partial_cmp(&self, other: &ByteString) -> Option<Ordering>
[src]
pub fn lt(&self, other: &ByteString) -> bool
[src]
pub fn le(&self, other: &ByteString) -> bool
[src]
pub fn gt(&self, other: &ByteString) -> bool
[src]
pub fn ge(&self, other: &ByteString) -> bool
[src]
impl Serialize for ByteString
[src]
impl StructuralEq for ByteString
[src]
impl StructuralPartialEq for ByteString
[src]
Auto Trait Implementations
impl RefUnwindSafe for ByteString
[src]
impl Send for ByteString
[src]
impl Sync for ByteString
[src]
impl Unpin for ByteString
[src]
impl UnwindSafe for ByteString
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,