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