pub struct VehicleParser;Trait Implementations§
Auto Trait Implementations§
impl Freeze for VehicleParser
impl RefUnwindSafe for VehicleParser
impl Send for VehicleParser
impl Sync for VehicleParser
impl Unpin for VehicleParser
impl UnwindSafe for VehicleParser
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