Struct soroban_env_guest::xdr::FloodDemand
pub struct FloodDemand {
pub tx_hashes: TxDemandVector,
}
Fields§
§tx_hashes: TxDemandVector
Trait Implementations§
§impl Clone for FloodDemand
impl Clone for FloodDemand
§fn clone(&self) -> FloodDemand
fn clone(&self) -> FloodDemand
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 FloodDemand
impl Debug for FloodDemand
§impl Hash for FloodDemand
impl Hash for FloodDemand
§impl Ord for FloodDemand
impl Ord for FloodDemand
§impl PartialEq<FloodDemand> for FloodDemand
impl PartialEq<FloodDemand> for FloodDemand
§fn eq(&self, other: &FloodDemand) -> bool
fn eq(&self, other: &FloodDemand) -> bool
§impl PartialOrd<FloodDemand> for FloodDemand
impl PartialOrd<FloodDemand> for FloodDemand
§fn partial_cmp(&self, other: &FloodDemand) -> Option<Ordering>
fn partial_cmp(&self, other: &FloodDemand) -> 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