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