Struct jujutsu_lib::index::IndexPosition
source · pub struct IndexPosition(_);Implementations§
source§impl IndexPosition
impl IndexPosition
Trait Implementations§
source§impl Clone for IndexPosition
impl Clone for IndexPosition
source§fn clone(&self) -> IndexPosition
fn clone(&self) -> IndexPosition
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 IndexPosition
impl Debug for IndexPosition
source§impl Hash for IndexPosition
impl Hash for IndexPosition
source§impl Ord for IndexPosition
impl Ord for IndexPosition
source§fn cmp(&self, other: &IndexPosition) -> Ordering
fn cmp(&self, other: &IndexPosition) -> 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<IndexPosition> for IndexPosition
impl PartialEq<IndexPosition> for IndexPosition
source§fn eq(&self, other: &IndexPosition) -> bool
fn eq(&self, other: &IndexPosition) -> bool
source§impl PartialOrd<IndexPosition> for IndexPosition
impl PartialOrd<IndexPosition> for IndexPosition
source§fn partial_cmp(&self, other: &IndexPosition) -> Option<Ordering>
fn partial_cmp(&self, other: &IndexPosition) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more