Struct fuel_vm::checked_transaction::types::RetryableAmount
source · pub struct RetryableAmount(_);
Expand description
The spendable only during execution AssetId::BASE
asset.
More information about it in the specification:
https://github.com/FuelLabs/fuel-specs/blob/master/src/protocol/tx_validity.md#sufficient-balance
Methods from Deref<Target = Word>§
pub const MIN: u64 = 0u64
pub const MAX: u64 = 18_446_744_073_709_551_615u64
pub const BITS: u32 = 64u32
Trait Implementations§
source§impl Clone for RetryableAmount
impl Clone for RetryableAmount
source§fn clone(&self) -> RetryableAmount
fn clone(&self) -> RetryableAmount
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 moresource§impl Debug for RetryableAmount
impl Debug for RetryableAmount
source§impl Default for RetryableAmount
impl Default for RetryableAmount
source§fn default() -> RetryableAmount
fn default() -> RetryableAmount
Returns the “default value” for a type. Read more
source§impl Deref for RetryableAmount
impl Deref for RetryableAmount
source§impl From<RetryableAmount> for Word
impl From<RetryableAmount> for Word
source§fn from(value: RetryableAmount) -> Self
fn from(value: RetryableAmount) -> Self
Converts to this type from the input type.
source§impl Hash for RetryableAmount
impl Hash for RetryableAmount
source§impl PartialEq<RetryableAmount> for RetryableAmount
impl PartialEq<RetryableAmount> for RetryableAmount
source§fn eq(&self, other: &RetryableAmount) -> bool
fn eq(&self, other: &RetryableAmount) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RetryableAmount
impl Eq for RetryableAmount
impl StructuralEq for RetryableAmount
impl StructuralPartialEq for RetryableAmount
Auto Trait Implementations§
impl RefUnwindSafe for RetryableAmount
impl Send for RetryableAmount
impl Sync for RetryableAmount
impl Unpin for RetryableAmount
impl UnwindSafe for RetryableAmount
Blanket Implementations§
source§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
source§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more