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