pub struct RawDoubleQuotedStringTailState { /* private fields */ }
Expand description
The state of the tokenizer when it is in the middle of a raw double quoted string.
Trait Implementations§
source§impl Clone for RawDoubleQuotedStringTailState
impl Clone for RawDoubleQuotedStringTailState
source§fn clone(&self) -> RawDoubleQuotedStringTailState
fn clone(&self) -> RawDoubleQuotedStringTailState
Returns a copy 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 PartialEq<RawDoubleQuotedStringTailState> for RawDoubleQuotedStringTailState
impl PartialEq<RawDoubleQuotedStringTailState> for RawDoubleQuotedStringTailState
source§fn eq(&self, other: &RawDoubleQuotedStringTailState) -> bool
fn eq(&self, other: &RawDoubleQuotedStringTailState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RawDoubleQuotedStringTailState
impl Eq for RawDoubleQuotedStringTailState
impl StructuralEq for RawDoubleQuotedStringTailState
impl StructuralPartialEq for RawDoubleQuotedStringTailState
Auto Trait Implementations§
impl RefUnwindSafe for RawDoubleQuotedStringTailState
impl Send for RawDoubleQuotedStringTailState
impl Sync for RawDoubleQuotedStringTailState
impl Unpin for RawDoubleQuotedStringTailState
impl UnwindSafe for RawDoubleQuotedStringTailState
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