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