pub struct ArtifactDigest(/* private fields */);Expand description
Canonical SHA-256 content digest, including its algorithm label.
Implementations§
Trait Implementations§
Source§impl Clone for ArtifactDigest
impl Clone for ArtifactDigest
Source§impl Debug for ArtifactDigest
impl Debug for ArtifactDigest
Source§impl<'de> Deserialize<'de> for ArtifactDigest
impl<'de> Deserialize<'de> for ArtifactDigest
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 ArtifactDigest
impl Display for ArtifactDigest
impl Eq for ArtifactDigest
Source§impl From<ArtifactDigest> for String
impl From<ArtifactDigest> for String
Source§fn from(value: ArtifactDigest) -> Self
fn from(value: ArtifactDigest) -> Self
Converts to this type from the input type.
Source§impl Hash for ArtifactDigest
impl Hash for ArtifactDigest
Source§impl Ord for ArtifactDigest
impl Ord for ArtifactDigest
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ArtifactDigest
impl PartialEq for ArtifactDigest
Source§impl PartialOrd for ArtifactDigest
impl PartialOrd for ArtifactDigest
Source§impl Serialize for ArtifactDigest
impl Serialize for ArtifactDigest
impl StructuralPartialEq for ArtifactDigest
Auto Trait Implementations§
impl Freeze for ArtifactDigest
impl RefUnwindSafe for ArtifactDigest
impl Send for ArtifactDigest
impl Sync for ArtifactDigest
impl Unpin for ArtifactDigest
impl UnsafeUnpin for ArtifactDigest
impl UnwindSafe for ArtifactDigest
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