pub struct RepositoryIdentity {
pub owner: String,
pub name: String,
}Fields§
§owner: String§name: StringImplementations§
Trait Implementations§
Source§impl Clone for RepositoryIdentity
impl Clone for RepositoryIdentity
Source§fn clone(&self) -> RepositoryIdentity
fn clone(&self) -> RepositoryIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RepositoryIdentity
impl Debug for RepositoryIdentity
impl Eq for RepositoryIdentity
Source§impl Ord for RepositoryIdentity
impl Ord for RepositoryIdentity
Source§fn cmp(&self, other: &RepositoryIdentity) -> Ordering
fn cmp(&self, other: &RepositoryIdentity) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RepositoryIdentity
impl PartialEq for RepositoryIdentity
Source§impl PartialOrd for RepositoryIdentity
impl PartialOrd for RepositoryIdentity
impl StructuralPartialEq for RepositoryIdentity
Auto Trait Implementations§
impl Freeze for RepositoryIdentity
impl RefUnwindSafe for RepositoryIdentity
impl Send for RepositoryIdentity
impl Sync for RepositoryIdentity
impl Unpin for RepositoryIdentity
impl UnsafeUnpin for RepositoryIdentity
impl UnwindSafe for RepositoryIdentity
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