pub struct GitHubRepo {
pub owner: String,
pub name: String,
}Expand description
Parsed GitHub repository info.
Fields§
§owner: String§name: StringImplementations§
Auto Trait Implementations§
impl Freeze for GitHubRepo
impl RefUnwindSafe for GitHubRepo
impl Send for GitHubRepo
impl Sync for GitHubRepo
impl Unpin for GitHubRepo
impl UnsafeUnpin for GitHubRepo
impl UnwindSafe for GitHubRepo
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