pub struct ParserBase { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for ParserBase
impl Clone for ParserBase
Source§fn clone(&self) -> ParserBase
fn clone(&self) -> ParserBase
Returns a duplicate 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 moreSource§impl Debug for ParserBase
impl Debug for ParserBase
Source§impl Default for ParserBase
impl Default for ParserBase
Auto Trait Implementations§
impl Freeze for ParserBase
impl RefUnwindSafe for ParserBase
impl Send for ParserBase
impl Sync for ParserBase
impl Unpin for ParserBase
impl UnwindSafe for ParserBase
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