Struct nucypher_core::MetadataResponse [−][src]
pub struct MetadataResponse { /* fields omitted */ }Expand description
A response returned by an Ursula containing known node metadata.
Implementations
Creates and signs a new metadata response.
Verifies the metadata response and returns the contained payload.
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 MetadataResponse
impl Send for MetadataResponse
impl Sync for MetadataResponse
impl Unpin for MetadataResponse
impl UnwindSafe for MetadataResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
