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