Struct soroban_env_guest::xdr::DontHave
pub struct DontHave {
pub type_: MessageType,
pub req_hash: Uint256,
}
Fields§
§type_: MessageType
§req_hash: Uint256
Trait Implementations§
§impl Ord for DontHave
impl Ord for DontHave
§impl PartialOrd<DontHave> for DontHave
impl PartialOrd<DontHave> for DontHave
§fn partial_cmp(&self, other: &DontHave) -> Option<Ordering>
fn partial_cmp(&self, other: &DontHave) -> 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