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