Struct regex_syntax::debug::Byte
source · pub(crate) struct Byte(pub(crate) u8);
Expand description
A type that wraps a single byte with a convenient fmt::Debug impl that escapes the byte.
Tuple Fields§
§0: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Byte
impl RefUnwindSafe for Byte
impl Send for Byte
impl Sync for Byte
impl Unpin for Byte
impl UnwindSafe for Byte
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