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