pub struct ElementIndex(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for ElementIndex
impl Clone for ElementIndex
Source§fn clone(&self) -> ElementIndex
fn clone(&self) -> ElementIndex
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 ElementIndex
impl Debug for ElementIndex
Source§impl Deref for ElementIndex
impl Deref for ElementIndex
Source§impl Hash for ElementIndex
impl Hash for ElementIndex
Source§impl Ord for ElementIndex
impl Ord for ElementIndex
Source§fn cmp(&self, other: &ElementIndex) -> Ordering
fn cmp(&self, other: &ElementIndex) -> 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 ElementIndex
impl PartialEq for ElementIndex
Source§impl PartialOrd for ElementIndex
impl PartialOrd for ElementIndex
impl Copy for ElementIndex
impl Eq for ElementIndex
impl StructuralPartialEq for ElementIndex
Auto Trait Implementations§
impl Freeze for ElementIndex
impl RefUnwindSafe for ElementIndex
impl Send for ElementIndex
impl Sync for ElementIndex
impl Unpin for ElementIndex
impl UnwindSafe for ElementIndex
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