pub struct HexBinary(pub String);
Expand description
HexBinary represents arbitrary hex-encoded binary data.
More info: https://www.w3.org/TR/xmlschema-2/#hexBinary
Tuple Fields§
§0: String
Trait Implementations§
impl StructuralPartialEq for HexBinary
Auto Trait Implementations§
impl Freeze for HexBinary
impl RefUnwindSafe for HexBinary
impl Send for HexBinary
impl Sync for HexBinary
impl Unpin for HexBinary
impl UnwindSafe for HexBinary
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