pub struct TagParser(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TagParser
impl RefUnwindSafe for TagParser
impl Send for TagParser
impl Sync for TagParser
impl Unpin for TagParser
impl UnwindSafe for TagParser
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