Enum soroban_env_guest::xdr::OfferEntryFlags
pub enum OfferEntryFlags {
PassiveFlag,
}
Variants§
PassiveFlag
Implementations§
§impl OfferEntryFlags
impl OfferEntryFlags
pub const VARIANTS: [OfferEntryFlags; 1] = [OfferEntryFlags::PassiveFlag]
pub const VARIANTS_STR: [&'static str; 1] = ["PassiveFlag"]
pub const fn name(&self) -> &'static str
pub const fn variants() -> [OfferEntryFlags; 1]
Trait Implementations§
§impl Clone for OfferEntryFlags
impl Clone for OfferEntryFlags
§fn clone(&self) -> OfferEntryFlags
fn clone(&self) -> OfferEntryFlags
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 OfferEntryFlags
impl Debug for OfferEntryFlags
§impl Display for OfferEntryFlags
impl Display for OfferEntryFlags
§impl Hash for OfferEntryFlags
impl Hash for OfferEntryFlags
§impl Ord for OfferEntryFlags
impl Ord for OfferEntryFlags
§impl PartialEq<OfferEntryFlags> for OfferEntryFlags
impl PartialEq<OfferEntryFlags> for OfferEntryFlags
§fn eq(&self, other: &OfferEntryFlags) -> bool
fn eq(&self, other: &OfferEntryFlags) -> bool
§impl PartialOrd<OfferEntryFlags> for OfferEntryFlags
impl PartialOrd<OfferEntryFlags> for OfferEntryFlags
§fn partial_cmp(&self, other: &OfferEntryFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &OfferEntryFlags) -> 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