Struct jujutsu_lib::index::IndexEntryByPosition
source · pub struct IndexEntryByPosition<'a>(_);Trait Implementations§
source§impl<'a> Clone for IndexEntryByPosition<'a>
impl<'a> Clone for IndexEntryByPosition<'a>
source§fn clone(&self) -> IndexEntryByPosition<'a>
fn clone(&self) -> IndexEntryByPosition<'a>
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 Ord for IndexEntryByPosition<'_>
impl Ord for IndexEntryByPosition<'_>
source§impl<'a> PartialEq<IndexEntryByPosition<'a>> for IndexEntryByPosition<'a>
impl<'a> PartialEq<IndexEntryByPosition<'a>> for IndexEntryByPosition<'a>
source§fn eq(&self, other: &IndexEntryByPosition<'a>) -> bool
fn eq(&self, other: &IndexEntryByPosition<'a>) -> bool
source§impl PartialOrd<IndexEntryByPosition<'_>> for IndexEntryByPosition<'_>
impl PartialOrd<IndexEntryByPosition<'_>> for IndexEntryByPosition<'_>
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