pub struct target_within;
Trait Implementations§
Source§impl Clone for target_within
impl Clone for target_within
Source§fn clone(&self) -> target_within
fn clone(&self) -> target_within
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl CssPseudoClass for target_within
impl CssPseudoClass for target_within
fn is_pseudo_class(&self)
Source§impl CssSelector for target_within
impl CssSelector for target_within
fn is_selector(&self)
Auto Trait Implementations§
impl Freeze for target_within
impl RefUnwindSafe for target_within
impl Send for target_within
impl Sync for target_within
impl Unpin for target_within
impl UnwindSafe for target_within
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