pub struct Repo {
pub name: ProjectName,
pub namespace: Option<ProjectNamespace>,
pub worktree_setup: bool,
pub remotes: Vec<Remote>,
}
Fields§
§name: ProjectName
§namespace: Option<ProjectNamespace>
§worktree_setup: bool
§remotes: Vec<Remote>
Implementations§
Source§impl Repo
impl Repo
pub fn fullname(&self) -> ProjectName
pub fn remove_namespace(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Repo
impl RefUnwindSafe for Repo
impl Send for Repo
impl Sync for Repo
impl Unpin for Repo
impl UnwindSafe for Repo
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