pub enum CstStringQuoteStyle {
QuotedSingle,
QuotedDouble,
QuotedRaw,
QuotedInterp,
}Variants§
Trait Implementations§
Source§impl Clone for CstStringQuoteStyle
impl Clone for CstStringQuoteStyle
Source§fn clone(&self) -> CstStringQuoteStyle
fn clone(&self) -> CstStringQuoteStyle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CstStringQuoteStyle
Source§impl Debug for CstStringQuoteStyle
impl Debug for CstStringQuoteStyle
impl Eq for CstStringQuoteStyle
Source§impl From<QuoteStyle> for CstStringQuoteStyle
impl From<QuoteStyle> for CstStringQuoteStyle
Source§fn from(quote_style: LexerQuoteStyle) -> Self
fn from(quote_style: LexerQuoteStyle) -> Self
Converts to this type from the input type.
Source§impl Hash for CstStringQuoteStyle
impl Hash for CstStringQuoteStyle
Source§impl PartialEq for CstStringQuoteStyle
impl PartialEq for CstStringQuoteStyle
impl StructuralPartialEq for CstStringQuoteStyle
Auto Trait Implementations§
impl Freeze for CstStringQuoteStyle
impl RefUnwindSafe for CstStringQuoteStyle
impl Send for CstStringQuoteStyle
impl Sync for CstStringQuoteStyle
impl Unpin for CstStringQuoteStyle
impl UnsafeUnpin for CstStringQuoteStyle
impl UnwindSafe for CstStringQuoteStyle
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