pub struct Debug<'a>(&'a [u8]);
🔬This is a nightly-only experimental API. (
str_internals
)Tuple Fields§
§0: &'a [u8]
🔬This is a nightly-only experimental API. (
str_internals
)Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Debug<'a>
impl<'a> RefUnwindSafe for Debug<'a>
impl<'a> Send for Debug<'a>
impl<'a> Sync for Debug<'a>
impl<'a> Unpin for Debug<'a>
impl<'a> UnwindSafe for Debug<'a>
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