Struct disco_quick::master::MasterParser
source · 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 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