pub struct SelfBalance;Expand description
Get balance of currently executing account.
Trait Implementations§
Source§impl Clone for SelfBalance
impl Clone for SelfBalance
Source§fn clone(&self) -> SelfBalance
fn clone(&self) -> SelfBalance
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 SelfBalance
impl Debug for SelfBalance
Source§impl Display for SelfBalance
impl Display for SelfBalance
Source§impl Hash for SelfBalance
impl Hash for SelfBalance
Source§impl Instruction for SelfBalance
impl Instruction for SelfBalance
Source§fn is_push(&self) -> bool
fn is_push(&self) -> bool
Returns a value signifying whether this instruction is of the type
PUSHx. Read moreSource§fn is_dup(&self) -> bool
fn is_dup(&self) -> bool
Returns a value signifying whether this instruction is of the type
DUPx. Read moreSource§fn is_swap(&self) -> bool
fn is_swap(&self) -> bool
Returns a value signifying whether this instruction is of the type
SWAPx. Read moreSource§impl PartialEq for SelfBalance
impl PartialEq for SelfBalance
impl Copy for SelfBalance
impl Eq for SelfBalance
impl StructuralPartialEq for SelfBalance
Auto Trait Implementations§
impl Freeze for SelfBalance
impl RefUnwindSafe for SelfBalance
impl Send for SelfBalance
impl Sync for SelfBalance
impl Unpin for SelfBalance
impl UnwindSafe for SelfBalance
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