pub struct decimalsReturn {
pub _0: u8,
}Expand description
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 (const: unstable) · 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 decimalsReturn
impl Debug for decimalsReturn
impl Eq for decimalsReturn
Source§impl PartialEq for decimalsReturn
impl PartialEq for decimalsReturn
Source§fn eq(&self, other: &decimalsReturn) -> bool
fn eq(&self, other: &decimalsReturn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for decimalsReturn
Auto Trait Implementations§
impl Freeze for decimalsReturn
impl RefUnwindSafe for decimalsReturn
impl Send for decimalsReturn
impl Sync for decimalsReturn
impl Unpin for decimalsReturn
impl UnsafeUnpin 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