pub struct RepoAndOwner {
pub repo: String,
pub owner: String,
}Fields§
§repo: String§owner: StringTrait Implementations§
Source§impl Clone for RepoAndOwner
impl Clone for RepoAndOwner
Source§fn clone(&self) -> RepoAndOwner
fn clone(&self) -> RepoAndOwner
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for RepoAndOwner
impl RefUnwindSafe for RepoAndOwner
impl Send for RepoAndOwner
impl Sync for RepoAndOwner
impl Unpin for RepoAndOwner
impl UnwindSafe for RepoAndOwner
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