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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Debug for FloodDemand
impl Debug for FloodDemand
impl Hash for FloodDemand
impl Hash for FloodDemand
impl Ord for FloodDemand
impl Ord for FloodDemand
fn cmp(&self, other: &FloodDemand) -> Ordering
fn cmp(&self, other: &FloodDemand) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
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 · sourcefn 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 moreimpl Eq for FloodDemand
impl ReadXdr for FloodDemand
impl StructuralEq for FloodDemand
impl StructuralPartialEq for FloodDemand
impl WriteXdr for FloodDemand
Auto Trait Implementations
impl RefUnwindSafe for FloodDemand
impl Send for FloodDemand
impl Sync for FloodDemand
impl Unpin for FloodDemand
impl UnwindSafe for FloodDemand
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more