pub struct LibraryArtifactId(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for LibraryArtifactId
impl AsRef<str> for LibraryArtifactId
Source§impl Clone for LibraryArtifactId
impl Clone for LibraryArtifactId
Source§fn clone(&self) -> LibraryArtifactId
fn clone(&self) -> LibraryArtifactId
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 LibraryArtifactId
impl Debug for LibraryArtifactId
Source§impl<'de> Deserialize<'de> for LibraryArtifactId
impl<'de> Deserialize<'de> for LibraryArtifactId
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 LibraryArtifactId
impl Display for LibraryArtifactId
impl Eq for LibraryArtifactId
Source§impl From<LibraryArtifactId> for String
impl From<LibraryArtifactId> for String
Source§fn from(id: LibraryArtifactId) -> Self
fn from(id: LibraryArtifactId) -> Self
Converts to this type from the input type.
Source§impl FromStr for LibraryArtifactId
impl FromStr for LibraryArtifactId
Source§impl Hash for LibraryArtifactId
impl Hash for LibraryArtifactId
Source§impl Ord for LibraryArtifactId
impl Ord for LibraryArtifactId
Source§fn cmp(&self, other: &LibraryArtifactId) -> Ordering
fn cmp(&self, other: &LibraryArtifactId) -> 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 LibraryArtifactId
impl PartialEq for LibraryArtifactId
Source§fn eq(&self, other: &LibraryArtifactId) -> bool
fn eq(&self, other: &LibraryArtifactId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for LibraryArtifactId
impl PartialOrd for LibraryArtifactId
Source§impl Serialize for LibraryArtifactId
impl Serialize for LibraryArtifactId
impl StructuralPartialEq for LibraryArtifactId
Source§impl TryFrom<&str> for LibraryArtifactId
impl TryFrom<&str> for LibraryArtifactId
Auto Trait Implementations§
impl Freeze for LibraryArtifactId
impl RefUnwindSafe for LibraryArtifactId
impl Send for LibraryArtifactId
impl Sync for LibraryArtifactId
impl Unpin for LibraryArtifactId
impl UnsafeUnpin for LibraryArtifactId
impl UnwindSafe for LibraryArtifactId
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
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.