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