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