Struct turtle_syntax::lexing::DisplayStringLiteral
source · [−]pub struct DisplayStringLiteral<'a>(pub &'a str);
Expand description
Wrapper to display string literals.
Tuple Fields
0: &'a str
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for DisplayStringLiteral<'a>
impl<'a> Send for DisplayStringLiteral<'a>
impl<'a> Sync for DisplayStringLiteral<'a>
impl<'a> Unpin for DisplayStringLiteral<'a>
impl<'a> UnwindSafe for DisplayStringLiteral<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more