pub struct RepoSpec {
pub owner: RepoOwner,
pub name: RepoName,
}
Expand description
Repository specification combining owner and name.
Fields§
§owner: RepoOwner
Repository owner (user or organization)
name: RepoName
Repository name
Implementations§
Trait Implementations§
impl Eq for RepoSpec
impl StructuralPartialEq for RepoSpec
Auto Trait Implementations§
impl Freeze for RepoSpec
impl RefUnwindSafe for RepoSpec
impl Send for RepoSpec
impl Sync for RepoSpec
impl Unpin for RepoSpec
impl UnwindSafe for RepoSpec
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