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