Struct xsd_types::value::base64_binary::Base64Binary
source · 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§fn eq(&self, other: &Base64Binary) -> bool
fn eq(&self, other: &Base64Binary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for Base64Binary
impl PartialOrd for Base64Binary
source§fn partial_cmp(&self, other: &Base64Binary) -> Option<Ordering>
fn partial_cmp(&self, other: &Base64Binary) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl ToOwned for Base64Binary
impl ToOwned for Base64Binary
§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