Struct soroban_env_guest::xdr::next::ContractEvent
pub struct ContractEvent {
pub ext: ExtensionPoint,
pub contract_id: Option<Hash>,
pub type_: ContractEventType,
pub body: ContractEventBody,
}
Fields§
§ext: ExtensionPoint
§contract_id: Option<Hash>
§type_: ContractEventType
§body: ContractEventBody
Trait Implementations§
§impl Clone for ContractEvent
impl Clone for ContractEvent
§fn clone(&self) -> ContractEvent
fn clone(&self) -> ContractEvent
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 ContractEvent
impl Debug for ContractEvent
§impl Hash for ContractEvent
impl Hash for ContractEvent
§impl Ord for ContractEvent
impl Ord for ContractEvent
§impl PartialEq<ContractEvent> for ContractEvent
impl PartialEq<ContractEvent> for ContractEvent
§fn eq(&self, other: &ContractEvent) -> bool
fn eq(&self, other: &ContractEvent) -> bool
§impl PartialOrd<ContractEvent> for ContractEvent
impl PartialOrd<ContractEvent> for ContractEvent
§fn partial_cmp(&self, other: &ContractEvent) -> Option<Ordering>
fn partial_cmp(&self, other: &ContractEvent) -> 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