pub struct Hyphenated<'a>(/* private fields */);
Expand description
A wrapped LifetimeId
that implements Display
by writing the ID in
three chunks, separated by the hyphen characters. Writes exactly twelve
ASCII characters.
Trait Implementations§
Source§impl<'a> Debug for Hyphenated<'a>
impl<'a> Debug for Hyphenated<'a>
Auto Trait Implementations§
impl<'a> Freeze for Hyphenated<'a>
impl<'a> RefUnwindSafe for Hyphenated<'a>
impl<'a> Send for Hyphenated<'a>
impl<'a> Sync for Hyphenated<'a>
impl<'a> Unpin for Hyphenated<'a>
impl<'a> UnwindSafe for Hyphenated<'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