pub struct ElementEventsId(/* private fields */);
Expand description
Uniquely identifies an element so that we can store it’s events in VirtualEvents
.
Implementations§
Trait Implementations§
Source§impl Clone for ElementEventsId
impl Clone for ElementEventsId
Source§fn clone(&self) -> ElementEventsId
fn clone(&self) -> ElementEventsId
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 ElementEventsId
impl Debug for ElementEventsId
Source§impl Hash for ElementEventsId
impl Hash for ElementEventsId
Source§impl Ord for ElementEventsId
impl Ord for ElementEventsId
Source§fn cmp(&self, other: &ElementEventsId) -> Ordering
fn cmp(&self, other: &ElementEventsId) -> 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 ElementEventsId
impl PartialEq for ElementEventsId
Source§impl PartialOrd for ElementEventsId
impl PartialOrd for ElementEventsId
impl Copy for ElementEventsId
impl Eq for ElementEventsId
impl StructuralPartialEq for ElementEventsId
Auto Trait Implementations§
impl Freeze for ElementEventsId
impl RefUnwindSafe for ElementEventsId
impl Send for ElementEventsId
impl Sync for ElementEventsId
impl Unpin for ElementEventsId
impl UnwindSafe for ElementEventsId
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