Struct xsd_types::value::base64_binary::Base64Binary
source · pub struct Base64Binary(_);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 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<Base64Binary> for Base64Binary
impl PartialEq<Base64Binary> 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<Base64Binary> for Base64Binary
impl PartialOrd<Base64Binary> 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 more