pub struct ComponentTopologyDigest(/* private fields */);Expand description
ComponentTopologyDigest
SHA-256 identity of one canonical root-local Component Topology projection.
Implementations§
Trait Implementations§
Source§impl CandidType for ComponentTopologyDigest
impl CandidType for ComponentTopologyDigest
Source§impl Clone for ComponentTopologyDigest
impl Clone for ComponentTopologyDigest
Source§fn clone(&self) -> ComponentTopologyDigest
fn clone(&self) -> ComponentTopologyDigest
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 moreimpl Copy for ComponentTopologyDigest
Source§impl Debug for ComponentTopologyDigest
impl Debug for ComponentTopologyDigest
Source§impl<'de> Deserialize<'de> for ComponentTopologyDigest
impl<'de> Deserialize<'de> for ComponentTopologyDigest
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 ComponentTopologyDigest
impl Display for ComponentTopologyDigest
impl Eq for ComponentTopologyDigest
Source§impl Hash for ComponentTopologyDigest
impl Hash for ComponentTopologyDigest
Source§impl Ord for ComponentTopologyDigest
impl Ord for ComponentTopologyDigest
Source§fn cmp(&self, other: &ComponentTopologyDigest) -> Ordering
fn cmp(&self, other: &ComponentTopologyDigest) -> 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 ComponentTopologyDigest
impl PartialEq for ComponentTopologyDigest
Source§impl PartialOrd for ComponentTopologyDigest
impl PartialOrd for ComponentTopologyDigest
Source§impl Serialize for ComponentTopologyDigest
impl Serialize for ComponentTopologyDigest
impl StructuralPartialEq for ComponentTopologyDigest
Auto Trait Implementations§
impl Freeze for ComponentTopologyDigest
impl RefUnwindSafe for ComponentTopologyDigest
impl Send for ComponentTopologyDigest
impl Sync for ComponentTopologyDigest
impl Unpin for ComponentTopologyDigest
impl UnsafeUnpin for ComponentTopologyDigest
impl UnwindSafe for ComponentTopologyDigest
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