Struct xso::ColonSeparatedHex
source · pub struct ColonSeparatedHex;
Expand description
Text codec transforming text to binary by emitting it as colon-separated hex value.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColonSeparatedHex
impl RefUnwindSafe for ColonSeparatedHex
impl Send for ColonSeparatedHex
impl Sync for ColonSeparatedHex
impl Unpin for ColonSeparatedHex
impl UnwindSafe for ColonSeparatedHex
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