Struct ic_certification::certificate::Delegation
source · pub struct Delegation {
pub subnet_id: Vec<u8>,
pub certificate: Vec<u8>,
}Expand description
A Delegation as defined in https://internetcomputer.org/docs/current/references/ic-interface-spec/#certification-delegation
Fields§
§subnet_id: Vec<u8>§certificate: Vec<u8>Trait Implementations§
source§impl Clone for Delegation
impl Clone for Delegation
source§fn clone(&self) -> Delegation
fn clone(&self) -> Delegation
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 Delegation
impl Debug for Delegation
source§impl<'de> Deserialize<'de> for Delegation
impl<'de> Deserialize<'de> for Delegation
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<Delegation> for Delegation
impl PartialEq<Delegation> for Delegation
source§fn eq(&self, other: &Delegation) -> bool
fn eq(&self, other: &Delegation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.