pub struct ElementHandle(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ElementHandle
impl Clone for ElementHandle
Source§fn clone(&self) -> ElementHandle
fn clone(&self) -> ElementHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ElementHandle
impl Debug for ElementHandle
Source§impl Hash for ElementHandle
impl Hash for ElementHandle
Source§impl Ord for ElementHandle
impl Ord for ElementHandle
Source§fn cmp(&self, other: &ElementHandle) -> Ordering
fn cmp(&self, other: &ElementHandle) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ElementHandle
impl PartialEq for ElementHandle
Source§impl PartialOrd for ElementHandle
impl PartialOrd for ElementHandle
impl Copy for ElementHandle
impl Eq for ElementHandle
impl StructuralPartialEq for ElementHandle
Auto Trait Implementations§
impl Freeze for ElementHandle
impl RefUnwindSafe for ElementHandle
impl Send for ElementHandle
impl Sync for ElementHandle
impl Unpin for ElementHandle
impl UnsafeUnpin for ElementHandle
impl UnwindSafe for ElementHandle
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