Struct ex3_blockchain_public_types::L2Signature
source · Fields§
§signature: Vec<u8>
§public_key: Vec<u8>
Trait Implementations§
source§impl CandidType for L2Signature
impl CandidType for L2Signature
source§impl Clone for L2Signature
impl Clone for L2Signature
source§fn clone(&self) -> L2Signature
fn clone(&self) -> L2Signature
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 L2Signature
impl Debug for L2Signature
source§impl<'de> Deserialize<'de> for L2Signature
impl<'de> Deserialize<'de> for L2Signature
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 Hash for L2Signature
impl Hash for L2Signature
source§impl PartialEq<L2Signature> for L2Signature
impl PartialEq<L2Signature> for L2Signature
source§fn eq(&self, other: &L2Signature) -> bool
fn eq(&self, other: &L2Signature) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.