Struct selectors::OpaqueElement
source · pub struct OpaqueElement(NonNull<()>);
Expand description
Opaque representation of an Element, for identity comparisons.
Tuple Fields§
§0: NonNull<()>
Implementations§
source§impl OpaqueElement
impl OpaqueElement
Trait Implementations§
source§impl Clone for OpaqueElement
impl Clone for OpaqueElement
source§fn clone(&self) -> OpaqueElement
fn clone(&self) -> OpaqueElement
Returns a copy 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 OpaqueElement
impl Debug for OpaqueElement
source§impl Hash for OpaqueElement
impl Hash for OpaqueElement
source§impl PartialEq for OpaqueElement
impl PartialEq for OpaqueElement
source§fn eq(&self, other: &OpaqueElement) -> bool
fn eq(&self, other: &OpaqueElement) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OpaqueElement
impl Eq for OpaqueElement
impl Send for OpaqueElement
impl StructuralPartialEq for OpaqueElement
impl Sync for OpaqueElement
Auto Trait Implementations§
impl Freeze for OpaqueElement
impl RefUnwindSafe for OpaqueElement
impl Unpin for OpaqueElement
impl UnwindSafe for OpaqueElement
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