pub struct LitStrDoubleQuote { /* private fields */ }
Expand description
A string literal delimited by double quotes.
See also DoubleQuotes
.
Implementations§
Trait Implementations§
Source§impl Clone for LitStrDoubleQuote
impl Clone for LitStrDoubleQuote
Source§fn clone(&self) -> LitStrDoubleQuote
fn clone(&self) -> LitStrDoubleQuote
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LitStrDoubleQuote
impl Debug for LitStrDoubleQuote
Source§impl Hash for LitStrDoubleQuote
impl Hash for LitStrDoubleQuote
Source§impl Ord for LitStrDoubleQuote
impl Ord for LitStrDoubleQuote
Source§impl Parse for LitStrDoubleQuote
impl Parse for LitStrDoubleQuote
Source§impl PartialEq for LitStrDoubleQuote
impl PartialEq for LitStrDoubleQuote
Source§impl PartialOrd for LitStrDoubleQuote
impl PartialOrd for LitStrDoubleQuote
Source§impl ToTokens for LitStrDoubleQuote
impl ToTokens for LitStrDoubleQuote
Source§fn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
Append
self
to the given TokenStream
.Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Convert
self
directly into a TokenStream
.Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
Convert
self
directly into a TokenStream
.Source§impl ToTokens for LitStrDoubleQuote
Available on crate feature proc-macro2
only.
impl ToTokens for LitStrDoubleQuote
Available on crate feature
proc-macro2
only.Source§fn to_tokens(&self, tokens: &mut TokenStream2)
fn to_tokens(&self, tokens: &mut TokenStream2)
Source§fn to_token_stream(&self) -> TokenStream2
fn to_token_stream(&self) -> TokenStream2
Source§fn into_token_stream(self) -> TokenStream2
fn into_token_stream(self) -> TokenStream2
Source§impl Token for LitStrDoubleQuote
impl Token for LitStrDoubleQuote
impl Eq for LitStrDoubleQuote
Auto Trait Implementations§
impl Freeze for LitStrDoubleQuote
impl RefUnwindSafe for LitStrDoubleQuote
impl Send for LitStrDoubleQuote
impl Sync for LitStrDoubleQuote
impl Unpin for LitStrDoubleQuote
impl UnwindSafe for LitStrDoubleQuote
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