Struct jj_cli::commit_templater::CommitKeywordCache
source · pub struct CommitKeywordCache { /* private fields */ }Implementations§
source§impl CommitKeywordCache
impl CommitKeywordCache
pub fn branches_index(&self, repo: &dyn Repo) -> &Rc<RefNamesIndex>
pub fn git_refs_index(&self, repo: &dyn Repo) -> &Rc<RefNamesIndex>
Trait Implementations§
source§impl Debug for CommitKeywordCache
impl Debug for CommitKeywordCache
source§impl Default for CommitKeywordCache
impl Default for CommitKeywordCache
source§fn default() -> CommitKeywordCache
fn default() -> CommitKeywordCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for CommitKeywordCache
impl RefUnwindSafe for CommitKeywordCache
impl !Send for CommitKeywordCache
impl !Sync for CommitKeywordCache
impl Unpin for CommitKeywordCache
impl UnwindSafe for CommitKeywordCache
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