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