Struct nucypher_core::NodeMetadata
source · pub struct NodeMetadata {
pub payload: NodeMetadataPayload,
/* private fields */
}Expand description
Signed node metadata.
Fields§
§payload: NodeMetadataPayloadAuthorized metadata payload.
Implementations§
source§impl NodeMetadata
impl NodeMetadata
Trait Implementations§
source§impl Clone for NodeMetadata
impl Clone for NodeMetadata
source§fn clone(&self) -> NodeMetadata
fn clone(&self) -> NodeMetadata
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for NodeMetadata
impl Debug for NodeMetadata
source§impl<'de> Deserialize<'de> for NodeMetadata
impl<'de> Deserialize<'de> for NodeMetadata
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 PartialEq<NodeMetadata> for NodeMetadata
impl PartialEq<NodeMetadata> for NodeMetadata
source§fn eq(&self, other: &NodeMetadata) -> bool
fn eq(&self, other: &NodeMetadata) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<'a> ProtocolObject<'a> for NodeMetadata
impl<'a> ProtocolObject<'a> for NodeMetadata
source§impl Serialize for NodeMetadata
impl Serialize for NodeMetadata
impl Eq for NodeMetadata
impl StructuralEq for NodeMetadata
impl StructuralPartialEq for NodeMetadata
Auto Trait Implementations§
impl RefUnwindSafe for NodeMetadata
impl Send for NodeMetadata
impl Sync for NodeMetadata
impl Unpin for NodeMetadata
impl UnwindSafe for NodeMetadata
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