pub enum StringQuotedStart {
DoubleQuote(Span),
DQuoteDQuoteDQuote(Span),
}Variants§
Trait Implementations§
Source§impl Clone for StringQuotedStart
impl Clone for StringQuotedStart
Source§fn clone(&self) -> StringQuotedStart
fn clone(&self) -> StringQuotedStart
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 moreSource§impl Debug for StringQuotedStart
impl Debug for StringQuotedStart
impl Eq for StringQuotedStart
Source§impl<'tree> FromNode<'tree> for StringQuotedStart
impl<'tree> FromNode<'tree> for StringQuotedStart
Source§impl PartialEq for StringQuotedStart
impl PartialEq for StringQuotedStart
Source§impl Spanned for StringQuotedStart
impl Spanned for StringQuotedStart
impl StructuralPartialEq for StringQuotedStart
Auto Trait Implementations§
impl Freeze for StringQuotedStart
impl RefUnwindSafe for StringQuotedStart
impl Send for StringQuotedStart
impl Sync for StringQuotedStart
impl Unpin for StringQuotedStart
impl UnsafeUnpin for StringQuotedStart
impl UnwindSafe for StringQuotedStart
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