Struct nucypher_core::MetadataResponsePayload
source · [−]pub struct MetadataResponsePayload {
pub timestamp_epoch: u32,
pub announce_nodes: Box<[NodeMetadata]>,
}Expand description
Payload of the metadata response.
Fields
timestamp_epoch: u32The timestamp of the most recent fleet state (the one consisting of the nodes that are being sent).
announce_nodes: Box<[NodeMetadata]>A list of node metadata to announce.
Implementations
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 MetadataResponsePayload
impl Send for MetadataResponsePayload
impl Sync for MetadataResponsePayload
impl Unpin for MetadataResponsePayload
impl UnwindSafe for MetadataResponsePayload
Blanket Implementations
Mutably borrows from an owned value. Read more