pub enum ActionCosts {
create_account,
delete_account,
deploy_contract,
function_call,
transfer,
stake,
add_key,
delete_key,
value_return,
new_receipt,
}Variants§
create_account
delete_account
deploy_contract
function_call
transfer
stake
add_key
delete_key
value_return
new_receipt
Implementations§
Trait Implementations§
Source§impl Clone for ActionCosts
impl Clone for ActionCosts
Source§fn clone(&self) -> ActionCosts
fn clone(&self) -> ActionCosts
Returns a duplicate 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 ActionCosts
impl Debug for ActionCosts
Source§impl Display for ActionCosts
impl Display for ActionCosts
Source§impl Hash for ActionCosts
impl Hash for ActionCosts
Source§impl Ord for ActionCosts
impl Ord for ActionCosts
Source§fn cmp(&self, other: &ActionCosts) -> Ordering
fn cmp(&self, other: &ActionCosts) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ActionCosts
impl PartialEq for ActionCosts
Source§impl PartialOrd for ActionCosts
impl PartialOrd for ActionCosts
impl Copy for ActionCosts
impl Eq for ActionCosts
impl StructuralPartialEq for ActionCosts
Auto Trait Implementations§
impl Freeze for ActionCosts
impl RefUnwindSafe for ActionCosts
impl Send for ActionCosts
impl Sync for ActionCosts
impl Unpin for ActionCosts
impl UnwindSafe for ActionCosts
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