pub struct MasterParser { /* private fields */ }Trait Implementations§
Source§impl Debug for MasterParser
impl Debug for MasterParser
Source§impl Default for MasterParser
impl Default for MasterParser
Source§fn default() -> MasterParser
fn default() -> MasterParser
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MasterParser
impl RefUnwindSafe for MasterParser
impl Send for MasterParser
impl Sync for MasterParser
impl Unpin for MasterParser
impl UnwindSafe for MasterParser
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