Struct soroban_env_guest::xdr::ScpEnvelope
pub struct ScpEnvelope {
pub statement: ScpStatement,
pub signature: Signature,
}
Fields§
§statement: ScpStatement
§signature: Signature
Trait Implementations§
§impl Clone for ScpEnvelope
impl Clone for ScpEnvelope
§fn clone(&self) -> ScpEnvelope
fn clone(&self) -> ScpEnvelope
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 more§impl Debug for ScpEnvelope
impl Debug for ScpEnvelope
§impl Hash for ScpEnvelope
impl Hash for ScpEnvelope
§impl Ord for ScpEnvelope
impl Ord for ScpEnvelope
§impl PartialEq<ScpEnvelope> for ScpEnvelope
impl PartialEq<ScpEnvelope> for ScpEnvelope
§fn eq(&self, other: &ScpEnvelope) -> bool
fn eq(&self, other: &ScpEnvelope) -> bool
§impl PartialOrd<ScpEnvelope> for ScpEnvelope
impl PartialOrd<ScpEnvelope> for ScpEnvelope
§fn partial_cmp(&self, other: &ScpEnvelope) -> Option<Ordering>
fn partial_cmp(&self, other: &ScpEnvelope) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more