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