pub enum GlobalField {
Show 18 variants
MinTxnFee,
MinBalance,
MaxTxnLife,
ZeroAddress,
GroupSize,
LogicSigVersion,
Round,
LatestTimestamp,
CurrentApplicationID,
CreatorAddress,
CurrentApplicationAddress,
GroupID,
OpcodeBudget,
CallerApplicationID,
CallerApplicationAddress,
AssetCreateMinBalance,
AssetOptInMinBalance,
GenesisHash,
}Expand description
Global field identifiers
Variants§
MinTxnFee
MinBalance
MaxTxnLife
ZeroAddress
GroupSize
LogicSigVersion
Round
LatestTimestamp
CurrentApplicationID
CreatorAddress
CurrentApplicationAddress
GroupID
OpcodeBudget
CallerApplicationID
CallerApplicationAddress
AssetCreateMinBalance
AssetOptInMinBalance
GenesisHash
Trait Implementations§
Source§impl Clone for GlobalField
impl Clone for GlobalField
Source§fn clone(&self) -> GlobalField
fn clone(&self) -> GlobalField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GlobalField
Source§impl Debug for GlobalField
impl Debug for GlobalField
impl Eq for GlobalField
Source§impl PartialEq for GlobalField
impl PartialEq for GlobalField
Source§fn eq(&self, other: &GlobalField) -> bool
fn eq(&self, other: &GlobalField) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GlobalField
Auto Trait Implementations§
impl Freeze for GlobalField
impl RefUnwindSafe for GlobalField
impl Send for GlobalField
impl Sync for GlobalField
impl Unpin for GlobalField
impl UnsafeUnpin for GlobalField
impl UnwindSafe for GlobalField
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more