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