Struct xsd_types::value::hex_binary::HexBinary
source · pub struct HexBinary(/* private fields */);Implementations§
Trait Implementations§
source§impl AsRef<HexBinary> for HexBinaryBuf
impl AsRef<HexBinary> for HexBinaryBuf
source§impl Borrow<HexBinary> for HexBinaryBuf
impl Borrow<HexBinary> for HexBinaryBuf
source§impl PartialEq for HexBinary
impl PartialEq for HexBinary
source§impl PartialOrd for HexBinary
impl PartialOrd for HexBinary
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 HexBinary
impl ToOwned for HexBinary
§type Owned = HexBinaryBuf
type Owned = HexBinaryBuf
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