pub struct OpParser { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for OpParser
impl RefUnwindSafe for OpParser
impl Send for OpParser
impl Sync for OpParser
impl Unpin for OpParser
impl UnwindSafe for OpParser
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