Enum soroban_env_guest::xdr::next::DataEntryExt
pub enum DataEntryExt {
V0,
}
Variants§
V0
Implementations§
§impl DataEntryExt
impl DataEntryExt
Trait Implementations§
§impl Clone for DataEntryExt
impl Clone for DataEntryExt
§fn clone(&self) -> DataEntryExt
fn clone(&self) -> DataEntryExt
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 DataEntryExt
impl Debug for DataEntryExt
§impl Discriminant<i32> for DataEntryExt
impl Discriminant<i32> for DataEntryExt
fn discriminant(&self) -> i32
§impl Hash for DataEntryExt
impl Hash for DataEntryExt
§impl Ord for DataEntryExt
impl Ord for DataEntryExt
§impl PartialEq<DataEntryExt> for DataEntryExt
impl PartialEq<DataEntryExt> for DataEntryExt
§fn eq(&self, other: &DataEntryExt) -> bool
fn eq(&self, other: &DataEntryExt) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialOrd<DataEntryExt> for DataEntryExt
impl PartialOrd<DataEntryExt> for DataEntryExt
§fn partial_cmp(&self, other: &DataEntryExt) -> Option<Ordering>
fn partial_cmp(&self, other: &DataEntryExt) -> 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