pub struct EscapedHex(pub u8, pub u8);
Expand description
A two-digit escaped hex sequence, prefixed with a backtick.
Tuple Fields§
§0: u8
§1: u8
Trait Implementations§
Source§impl Debug for EscapedHex
impl Debug for EscapedHex
Auto Trait Implementations§
impl Freeze for EscapedHex
impl RefUnwindSafe for EscapedHex
impl Send for EscapedHex
impl Sync for EscapedHex
impl Unpin for EscapedHex
impl UnwindSafe for EscapedHex
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