pub struct RawBlock<'a> {
pub content: CowStr<'a>,
pub span: Span,
}Expand description
Unparsed block content (for error recovery).
Fields§
§content: CowStr<'a>Raw unparsed content.
span: SpanSource span.
Trait Implementations§
impl<'a> StructuralPartialEq for RawBlock<'a>
Auto Trait Implementations§
impl<'a> Freeze for RawBlock<'a>
impl<'a> RefUnwindSafe for RawBlock<'a>
impl<'a> Send for RawBlock<'a>
impl<'a> Sync for RawBlock<'a>
impl<'a> Unpin for RawBlock<'a>
impl<'a> UnwindSafe for RawBlock<'a>
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