pub struct RepositoryFullName(/* private fields */);
Expand description
Repository owner and name
The full name of a repository is a unique combination of the repository’s owner and name.
Implementations§
Trait Implementations§
Source§impl Clone for RepositoryFullName
impl Clone for RepositoryFullName
Source§fn clone(&self) -> RepositoryFullName
fn clone(&self) -> RepositoryFullName
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 moreSource§impl Debug for RepositoryFullName
impl Debug for RepositoryFullName
Source§impl<'de> Deserialize<'de> for RepositoryFullName
impl<'de> Deserialize<'de> for RepositoryFullName
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for RepositoryFullName
impl Display for RepositoryFullName
Source§impl From<&str> for RepositoryFullName
impl From<&str> for RepositoryFullName
Source§fn from(string: &str) -> RepositoryFullName
fn from(string: &str) -> RepositoryFullName
Converts to this type from the input type.
Source§impl From<String> for RepositoryFullName
impl From<String> for RepositoryFullName
Source§fn from(string: String) -> RepositoryFullName
fn from(string: String) -> RepositoryFullName
Converts to this type from the input type.
Source§impl Hash for RepositoryFullName
impl Hash for RepositoryFullName
Source§impl Ord for RepositoryFullName
impl Ord for RepositoryFullName
Source§fn cmp(&self, other: &RepositoryFullName) -> Ordering
fn cmp(&self, other: &RepositoryFullName) -> Ordering
1.21.0 · 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 RepositoryFullName
impl PartialEq for RepositoryFullName
Source§impl PartialOrd for RepositoryFullName
impl PartialOrd for RepositoryFullName
Source§impl Serialize for RepositoryFullName
impl Serialize for RepositoryFullName
impl Eq for RepositoryFullName
impl StructuralPartialEq for RepositoryFullName
Auto Trait Implementations§
impl Freeze for RepositoryFullName
impl RefUnwindSafe for RepositoryFullName
impl Send for RepositoryFullName
impl Sync for RepositoryFullName
impl Unpin for RepositoryFullName
impl UnwindSafe for RepositoryFullName
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.