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