Struct jujutsu_lib::index::IndexEntry
source · pub struct IndexEntry<'a> { /* private fields */ }Implementations§
source§impl<'a> IndexEntry<'a>
impl<'a> IndexEntry<'a>
pub fn position(&self) -> IndexPosition
pub fn generation_number(&self) -> u32
pub fn commit_id(&self) -> CommitId
pub fn change_id(&self) -> ChangeId
pub fn num_parents(&self) -> u32
pub fn parent_positions(&self) -> Vec<IndexPosition> ⓘ
pub fn parents(&self) -> Vec<IndexEntry<'a>> ⓘ
Trait Implementations§
source§impl<'a> Clone for IndexEntry<'a>
impl<'a> Clone for IndexEntry<'a>
source§fn clone(&self) -> IndexEntry<'a>
fn clone(&self) -> IndexEntry<'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 more