Struct soroban_env_guest::xdr::next::HashIdPreimageRevokeId
pub struct HashIdPreimageRevokeId {
pub source_account: AccountId,
pub seq_num: SequenceNumber,
pub op_num: u32,
pub liquidity_pool_id: PoolId,
pub asset: Asset,
}
Fields§
§source_account: AccountId
§seq_num: SequenceNumber
§op_num: u32
§liquidity_pool_id: PoolId
§asset: Asset
Trait Implementations§
§impl Clone for HashIdPreimageRevokeId
impl Clone for HashIdPreimageRevokeId
§fn clone(&self) -> HashIdPreimageRevokeId
fn clone(&self) -> HashIdPreimageRevokeId
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 HashIdPreimageRevokeId
impl Debug for HashIdPreimageRevokeId
§impl Hash for HashIdPreimageRevokeId
impl Hash for HashIdPreimageRevokeId
§impl Ord for HashIdPreimageRevokeId
impl Ord for HashIdPreimageRevokeId
§fn cmp(&self, other: &HashIdPreimageRevokeId) -> Ordering
fn cmp(&self, other: &HashIdPreimageRevokeId) -> Ordering
1.21.0 · source§fn 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
§impl PartialEq<HashIdPreimageRevokeId> for HashIdPreimageRevokeId
impl PartialEq<HashIdPreimageRevokeId> for HashIdPreimageRevokeId
§fn eq(&self, other: &HashIdPreimageRevokeId) -> bool
fn eq(&self, other: &HashIdPreimageRevokeId) -> bool
§impl PartialOrd<HashIdPreimageRevokeId> for HashIdPreimageRevokeId
impl PartialOrd<HashIdPreimageRevokeId> for HashIdPreimageRevokeId
§fn partial_cmp(&self, other: &HashIdPreimageRevokeId) -> Option<Ordering>
fn partial_cmp(&self, other: &HashIdPreimageRevokeId) -> 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