pub struct RightQuote { /* private fields */ }Trait Implementations
sourceimpl Debug for RightQuote
impl Debug for RightQuote
sourceimpl Display for RightQuote
impl Display for RightQuote
sourceimpl Parse for RightQuote
impl Parse for RightQuote
fn parse(value: &mut CharStream) -> Result<Self, ParseError>where
Self: Sized,
fn span(&self) -> Span
impl Token for RightQuote
Auto Trait Implementations
impl RefUnwindSafe for RightQuote
impl Send for RightQuote
impl Sync for RightQuote
impl Unpin for RightQuote
impl UnwindSafe for RightQuote
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more