pub struct RepositoryName(/* private fields */);
Expand description
Repository name
Repositories on GitHub have a human-readable name that is used throughout GitHub’s website. The name is unique within the scope of its owner.
Implementations§
Trait Implementations§
Source§impl Clone for RepositoryName
impl Clone for RepositoryName
Source§fn clone(&self) -> RepositoryName
fn clone(&self) -> RepositoryName
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 RepositoryName
impl Debug for RepositoryName
Source§impl<'de> Deserialize<'de> for RepositoryName
impl<'de> Deserialize<'de> for RepositoryName
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 RepositoryName
impl Display for RepositoryName
Source§impl From<&str> for RepositoryName
impl From<&str> for RepositoryName
Source§fn from(string: &str) -> RepositoryName
fn from(string: &str) -> RepositoryName
Converts to this type from the input type.
Source§impl From<String> for RepositoryName
impl From<String> for RepositoryName
Source§fn from(string: String) -> RepositoryName
fn from(string: String) -> RepositoryName
Converts to this type from the input type.
Source§impl Hash for RepositoryName
impl Hash for RepositoryName
Source§impl Ord for RepositoryName
impl Ord for RepositoryName
Source§fn cmp(&self, other: &RepositoryName) -> Ordering
fn cmp(&self, other: &RepositoryName) -> 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 RepositoryName
impl PartialEq for RepositoryName
Source§impl PartialOrd for RepositoryName
impl PartialOrd for RepositoryName
Source§impl Serialize for RepositoryName
impl Serialize for RepositoryName
impl Eq for RepositoryName
impl StructuralPartialEq for RepositoryName
Auto Trait Implementations§
impl Freeze for RepositoryName
impl RefUnwindSafe for RepositoryName
impl Send for RepositoryName
impl Sync for RepositoryName
impl Unpin for RepositoryName
impl UnwindSafe for RepositoryName
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.