Struct nucypher_core::FleetStateChecksum
source · [−]pub struct FleetStateChecksum(_);Expand description
An identifier of the fleet state.
Implementations
Creates a checksum from the given list of node metadata, and, possibly, also the metadata of the requesting node.
Trait Implementations
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for FleetStateChecksum
impl Send for FleetStateChecksum
impl Sync for FleetStateChecksum
impl Unpin for FleetStateChecksum
impl UnwindSafe for FleetStateChecksum
Blanket Implementations
Mutably borrows from an owned value. Read more