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