pub struct balanceOfReturn {
pub _0: U256,
}
Expand description
@dev Returns the value of tokens owned by account
.
Container type for the return parameters of the balanceOf(address)
function.
Fields§
§_0: U256
Trait Implementations§
Source§impl Clone for balanceOfReturn
impl Clone for balanceOfReturn
Source§fn clone(&self) -> balanceOfReturn
fn clone(&self) -> balanceOfReturn
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 moreAuto Trait Implementations§
impl Freeze for balanceOfReturn
impl RefUnwindSafe for balanceOfReturn
impl Send for balanceOfReturn
impl Sync for balanceOfReturn
impl Unpin for balanceOfReturn
impl UnwindSafe for balanceOfReturn
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