pub struct Base64Binary(/* private fields */);
Implementations§
Trait Implementations§
Source§impl AsRef<Base64Binary> for Base64BinaryBuf
impl AsRef<Base64Binary> for Base64BinaryBuf
Source§fn as_ref(&self) -> &Base64Binary
fn as_ref(&self) -> &Base64Binary
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Borrow<Base64Binary> for Base64BinaryBuf
impl Borrow<Base64Binary> for Base64BinaryBuf
Source§fn borrow(&self) -> &Base64Binary
fn borrow(&self) -> &Base64Binary
Immutably borrows from an owned value. Read more
Source§impl Debug for Base64Binary
impl Debug for Base64Binary
Source§impl Display for Base64Binary
impl Display for Base64Binary
Source§impl<'a> From<&'a [u8]> for &'a Base64Binary
impl<'a> From<&'a [u8]> for &'a Base64Binary
Source§impl<'a> From<&'a mut [u8]> for &'a Base64Binary
impl<'a> From<&'a mut [u8]> for &'a Base64Binary
Source§impl<'a> From<&'a mut [u8]> for &'a mut Base64Binary
impl<'a> From<&'a mut [u8]> for &'a mut Base64Binary
Source§impl Hash for Base64Binary
impl Hash for Base64Binary
Source§impl Ord for Base64Binary
impl Ord for Base64Binary
Source§impl PartialEq for Base64Binary
impl PartialEq for Base64Binary
Source§impl PartialOrd for Base64Binary
impl PartialOrd for Base64Binary
Source§impl ToOwned for Base64Binary
impl ToOwned for Base64Binary
Source§type Owned = Base64BinaryBuf
type Owned = Base64BinaryBuf
The resulting type after obtaining ownership.
Source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · Source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more