pub struct ContentTreeDigest(/* private fields */);Expand description
Versioned identity of the exact managed inputs in one discovered content tree.
Implementations§
Trait Implementations§
Source§impl Clone for ContentTreeDigest
impl Clone for ContentTreeDigest
Source§impl Debug for ContentTreeDigest
impl Debug for ContentTreeDigest
Source§impl Display for ContentTreeDigest
impl Display for ContentTreeDigest
impl Eq for ContentTreeDigest
Source§impl FromStr for ContentTreeDigest
impl FromStr for ContentTreeDigest
Source§impl Hash for ContentTreeDigest
impl Hash for ContentTreeDigest
Source§impl Ord for ContentTreeDigest
impl Ord for ContentTreeDigest
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 ContentTreeDigest
impl PartialEq for ContentTreeDigest
Source§impl PartialOrd for ContentTreeDigest
impl PartialOrd for ContentTreeDigest
impl StructuralPartialEq for ContentTreeDigest
Auto Trait Implementations§
impl Freeze for ContentTreeDigest
impl RefUnwindSafe for ContentTreeDigest
impl Send for ContentTreeDigest
impl Sync for ContentTreeDigest
impl Unpin for ContentTreeDigest
impl UnsafeUnpin for ContentTreeDigest
impl UnwindSafe for ContentTreeDigest
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