pub struct VerbatimDisplay<'a, C>(pub &'a VerbatimUntil<C>);Expand description
Display the verbatim tokens until the given token.
Tuple Fields§
§0: &'a VerbatimUntil<C>Trait Implementations§
Auto Trait Implementations§
impl<'a, C> Freeze for VerbatimDisplay<'a, C>
impl<'a, C> RefUnwindSafe for VerbatimDisplay<'a, C>where
C: RefUnwindSafe,
impl<'a, C> !Send for VerbatimDisplay<'a, C>
impl<'a, C> !Sync for VerbatimDisplay<'a, C>
impl<'a, C> Unpin for VerbatimDisplay<'a, C>
impl<'a, C> UnwindSafe for VerbatimDisplay<'a, C>where
C: RefUnwindSafe,
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