pub struct Paragraphs(/* private fields */);
Trait Implementations§
Source§impl Parser for Paragraphs
impl Parser for Paragraphs
type Data = Paragraph
fn next_event<S: Source>(&mut self, src: &mut S) -> ParserResult<Paragraph>
Source§impl PipeParser for Paragraphs
impl PipeParser for Paragraphs
Auto Trait Implementations§
impl Freeze for Paragraphs
impl RefUnwindSafe for Paragraphs
impl Send for Paragraphs
impl Sync for Paragraphs
impl Unpin for Paragraphs
impl UnwindSafe for Paragraphs
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