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