pub struct ResolutionArtifactId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ResolutionArtifactId
impl Clone for ResolutionArtifactId
Source§fn clone(&self) -> ResolutionArtifactId
fn clone(&self) -> ResolutionArtifactId
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 ResolutionArtifactId
impl Debug for ResolutionArtifactId
Source§impl<'de> Deserialize<'de> for ResolutionArtifactId
impl<'de> Deserialize<'de> for ResolutionArtifactId
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 ResolutionArtifactId
impl Display for ResolutionArtifactId
impl Eq for ResolutionArtifactId
Source§impl From<ResolutionArtifactId> for String
impl From<ResolutionArtifactId> for String
Source§fn from(value: ResolutionArtifactId) -> Self
fn from(value: ResolutionArtifactId) -> Self
Converts to this type from the input type.
Source§impl Hash for ResolutionArtifactId
impl Hash for ResolutionArtifactId
Source§impl Ord for ResolutionArtifactId
impl Ord for ResolutionArtifactId
Source§fn cmp(&self, other: &ResolutionArtifactId) -> Ordering
fn cmp(&self, other: &ResolutionArtifactId) -> 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 ResolutionArtifactId
impl PartialEq for ResolutionArtifactId
Source§impl PartialOrd for ResolutionArtifactId
impl PartialOrd for ResolutionArtifactId
Source§impl Serialize for ResolutionArtifactId
impl Serialize for ResolutionArtifactId
impl StructuralPartialEq for ResolutionArtifactId
Auto Trait Implementations§
impl Freeze for ResolutionArtifactId
impl RefUnwindSafe for ResolutionArtifactId
impl Send for ResolutionArtifactId
impl Sync for ResolutionArtifactId
impl Unpin for ResolutionArtifactId
impl UnsafeUnpin for ResolutionArtifactId
impl UnwindSafe for ResolutionArtifactId
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