Struct nucypher_core::NodeMetadata
source · [−]pub struct NodeMetadata {
pub payload: NodeMetadataPayload,
/* private fields */
}Expand description
Signed node metadata.
Fields
payload: NodeMetadataPayloadAuthorized metadata payload.
Implementations
sourceimpl NodeMetadata
impl NodeMetadata
Trait Implementations
sourceimpl Clone for NodeMetadata
impl Clone for NodeMetadata
sourcefn clone(&self) -> NodeMetadata
fn clone(&self) -> NodeMetadata
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for NodeMetadata
impl Debug for NodeMetadata
sourceimpl<'de> Deserialize<'de> for NodeMetadata
impl<'de> Deserialize<'de> for NodeMetadata
sourcefn 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
sourceimpl PartialEq<NodeMetadata> for NodeMetadata
impl PartialEq<NodeMetadata> for NodeMetadata
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &NodeMetadata) -> bool
fn ne(&self, other: &NodeMetadata) -> bool
This method tests for !=.
sourceimpl<'a> ProtocolObject<'a> for NodeMetadata
impl<'a> ProtocolObject<'a> for NodeMetadata
sourceimpl Serialize for NodeMetadata
impl Serialize 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more