pub struct h5;
Trait Implementations§
Source§impl CssSelector for h5
impl CssSelector for h5
fn is_selector(&self)
impl CssElement for h5
Auto Trait Implementations§
impl Freeze for h5
impl RefUnwindSafe for h5
impl Send for h5
impl Sync for h5
impl Unpin for h5
impl UnwindSafe for h5
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