pub enum StringEnd {
DoubleQuote(Span),
SingleQuote(Span),
RBracketRBracket(Span),
}Variants§
Trait Implementations§
impl Eq for StringEnd
impl StructuralPartialEq for StringEnd
Auto Trait Implementations§
impl Freeze for StringEnd
impl RefUnwindSafe for StringEnd
impl Send for StringEnd
impl Sync for StringEnd
impl Unpin for StringEnd
impl UnsafeUnpin for StringEnd
impl UnwindSafe for StringEnd
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