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