pub struct ComponentParser;Expand description
Component parser
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ComponentParser
impl RefUnwindSafe for ComponentParser
impl Send for ComponentParser
impl Sync for ComponentParser
impl Unpin for ComponentParser
impl UnsafeUnpin for ComponentParser
impl UnwindSafe for ComponentParser
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