Struct git_mob_tool::coauthor_repo::GitConfigCoauthorRepo
source · pub struct GitConfigCoauthorRepo {}Trait Implementations§
fn list(&self, show_keys: bool) -> Result<Vec<String>, Box<dyn Error>>
fn list_mob(&self) -> Result<Vec<String>, Box<dyn Error>>
fn get(&self, key: &str) -> Result<Option<String>, Box<dyn Error>>
fn remove(&self, key: &str) -> Result<(), Error>
fn add(&self, key: &str, coauthor: &str) -> Result<(), Error>
fn add_to_mob(&self, coauthor: &str) -> Result<(), Error>
fn clear_mob(&self) -> Result<(), Error>
Auto Trait Implementations§
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