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