Struct unimarkup_core::parser::MainParser
source · pub struct MainParser { /* private fields */ }Expand description
Parser of unimarkup content.
Implementations§
source§impl MainParser
impl MainParser
sourcepub fn parse<'s>(&self, input: impl IntoSymbols<'s, &'s [Symbol<'s>]>) -> Blocks
pub fn parse<'s>(&self, input: impl IntoSymbols<'s, &'s [Symbol<'s>]>) -> Blocks
Parses Unimarkup content and produces Unimarkup blocks.
Trait Implementations§
source§impl Clone for MainParser
impl Clone for MainParser
source§fn clone(&self) -> MainParser
fn clone(&self) -> MainParser
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for MainParser
impl Send for MainParser
impl Sync for MainParser
impl Unpin for MainParser
impl UnwindSafe for MainParser
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