pub struct Content<'src> { /* private fields */ }Expand description
Describes the annotated content of a block after any relevant substitutions have been performed.
This is typically used to represent the main body of block types that don’t
contain other blocks, such as SimpleBlock or RawDelimitedBlock.
Implementations§
Source§impl<'src> Content<'src>
impl<'src> Content<'src>
Trait Implementations§
impl<'src> Eq for Content<'src>
impl<'src> StructuralPartialEq for Content<'src>
Auto Trait Implementations§
impl<'src> Freeze for Content<'src>
impl<'src> RefUnwindSafe for Content<'src>
impl<'src> Send for Content<'src>
impl<'src> Sync for Content<'src>
impl<'src> Unpin for Content<'src>
impl<'src> UnwindSafe for Content<'src>
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