pub struct decimalsReturn {
pub _0: u8,
}Expand description
@dev Returns the decimals places of the token.
Container type for the return parameters of the decimals() function.
Fields§
§_0: u8Trait Implementations§
Source§impl Clone for decimalsReturn
impl Clone for decimalsReturn
Source§fn clone(&self) -> decimalsReturn
fn clone(&self) -> decimalsReturn
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 moreAuto Trait Implementations§
impl Freeze for decimalsReturn
impl RefUnwindSafe for decimalsReturn
impl Send for decimalsReturn
impl Sync for decimalsReturn
impl Unpin for decimalsReturn
impl UnwindSafe for decimalsReturn
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