pub struct Base64Bytes(pub Vec<u8>);Tuple Fields§
§0: Vec<u8>Trait Implementations§
Source§impl Clone for Base64Bytes
impl Clone for Base64Bytes
Source§fn clone(&self) -> Base64Bytes
fn clone(&self) -> Base64Bytes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Base64Bytes
impl Debug for Base64Bytes
Source§impl Default for Base64Bytes
impl Default for Base64Bytes
Source§fn default() -> Base64Bytes
fn default() -> Base64Bytes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Base64Bytes
impl<'de> Deserialize<'de> for Base64Bytes
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
impl Eq for Base64Bytes
Source§impl Hash for Base64Bytes
impl Hash for Base64Bytes
Source§impl Ord for Base64Bytes
impl Ord for Base64Bytes
Source§fn cmp(&self, other: &Base64Bytes) -> Ordering
fn cmp(&self, other: &Base64Bytes) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for Base64Bytes
impl PartialEq for Base64Bytes
Source§impl PartialOrd for Base64Bytes
impl PartialOrd for Base64Bytes
Source§impl Serialize for Base64Bytes
impl Serialize for Base64Bytes
impl StructuralPartialEq for Base64Bytes
Auto Trait Implementations§
impl Freeze for Base64Bytes
impl RefUnwindSafe for Base64Bytes
impl Send for Base64Bytes
impl Sync for Base64Bytes
impl Unpin for Base64Bytes
impl UnsafeUnpin for Base64Bytes
impl UnwindSafe for Base64Bytes
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