pub struct NodeRegistryTxData {
pub operation: NodeRegistryOperation,
}Expand description
Transaction data for node registry operations
Fields§
§operation: NodeRegistryOperationTrait Implementations§
Source§impl Clone for NodeRegistryTxData
impl Clone for NodeRegistryTxData
Source§fn clone(&self) -> NodeRegistryTxData
fn clone(&self) -> NodeRegistryTxData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NodeRegistryTxData
impl Debug for NodeRegistryTxData
Source§impl<'de> Deserialize<'de> for NodeRegistryTxData
impl<'de> Deserialize<'de> for NodeRegistryTxData
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 for NodeRegistryTxData
impl PartialEq for NodeRegistryTxData
Source§fn eq(&self, other: &NodeRegistryTxData) -> bool
fn eq(&self, other: &NodeRegistryTxData) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NodeRegistryTxData
impl Serialize for NodeRegistryTxData
impl Eq for NodeRegistryTxData
impl StructuralPartialEq for NodeRegistryTxData
Auto Trait Implementations§
impl Freeze for NodeRegistryTxData
impl RefUnwindSafe for NodeRegistryTxData
impl Send for NodeRegistryTxData
impl Sync for NodeRegistryTxData
impl Unpin for NodeRegistryTxData
impl UnsafeUnpin for NodeRegistryTxData
impl UnwindSafe for NodeRegistryTxData
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