Struct codeberg_cli::git_info::repo_owner::RepoAndOwner
source · pub struct RepoAndOwner {
pub repo: String,
pub owner: String,
}
Fields§
§repo: String
§owner: String
Trait Implementations§
source§impl Clone for RepoAndOwner
impl Clone for RepoAndOwner
source§fn clone(&self) -> RepoAndOwner
fn clone(&self) -> RepoAndOwner
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