pub struct ProseParser;Expand description
The structural prose parser.
Implementations§
Source§impl ProseParser
impl ProseParser
Trait Implementations§
Source§impl Clone for ProseParser
impl Clone for ProseParser
Source§fn clone(&self) -> ProseParser
fn clone(&self) -> ProseParser
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProseParser
Source§impl Debug for ProseParser
impl Debug for ProseParser
Source§impl Default for ProseParser
impl Default for ProseParser
Source§fn default() -> ProseParser
fn default() -> ProseParser
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProseParser
impl RefUnwindSafe for ProseParser
impl Send for ProseParser
impl Sync for ProseParser
impl Unpin for ProseParser
impl UnsafeUnpin for ProseParser
impl UnwindSafe for ProseParser
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