pub struct NodePkStruct {
pub node_pk: NodePk,
}Expand description
Upgradeable API struct for a node pk.
Fields§
§node_pk: NodePkTrait Implementations§
Source§impl Debug for NodePkStruct
impl Debug for NodePkStruct
Source§impl<'de> Deserialize<'de> for NodePkStruct
impl<'de> Deserialize<'de> for NodePkStruct
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 NodePkStruct
impl PartialEq for NodePkStruct
Source§impl Serialize for NodePkStruct
impl Serialize for NodePkStruct
impl StructuralPartialEq for NodePkStruct
Auto Trait Implementations§
impl Freeze for NodePkStruct
impl RefUnwindSafe for NodePkStruct
impl Send for NodePkStruct
impl Sync for NodePkStruct
impl Unpin for NodePkStruct
impl UnsafeUnpin for NodePkStruct
impl UnwindSafe for NodePkStruct
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