pub struct SiteSnapshotDigest { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SiteSnapshotDigest
impl Clone for SiteSnapshotDigest
Source§impl Debug for SiteSnapshotDigest
impl Debug for SiteSnapshotDigest
Source§impl<'de> Deserialize<'de> for SiteSnapshotDigest
impl<'de> Deserialize<'de> for SiteSnapshotDigest
Source§fn deserialize<DeserializerType>(
deserializer: DeserializerType,
) -> Result<Self, DeserializerType::Error>where
DeserializerType: Deserializer<'de>,
fn deserialize<DeserializerType>(
deserializer: DeserializerType,
) -> Result<Self, DeserializerType::Error>where
DeserializerType: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for SiteSnapshotDigest
impl Display for SiteSnapshotDigest
impl Eq for SiteSnapshotDigest
Source§impl FromStr for SiteSnapshotDigest
impl FromStr for SiteSnapshotDigest
Source§impl Hash for SiteSnapshotDigest
impl Hash for SiteSnapshotDigest
Source§impl Ord for SiteSnapshotDigest
impl Ord for SiteSnapshotDigest
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 SiteSnapshotDigest
impl PartialEq for SiteSnapshotDigest
Source§impl PartialOrd for SiteSnapshotDigest
impl PartialOrd for SiteSnapshotDigest
Source§impl Serialize for SiteSnapshotDigest
impl Serialize for SiteSnapshotDigest
impl StructuralPartialEq for SiteSnapshotDigest
Auto Trait Implementations§
impl Freeze for SiteSnapshotDigest
impl RefUnwindSafe for SiteSnapshotDigest
impl Send for SiteSnapshotDigest
impl Sync for SiteSnapshotDigest
impl Unpin for SiteSnapshotDigest
impl UnsafeUnpin for SiteSnapshotDigest
impl UnwindSafe for SiteSnapshotDigest
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