pub struct LindenAmount(pub u64);Expand description
represents a L$ amount
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Add for LindenAmount
impl Add for LindenAmount
Source§impl Clone for LindenAmount
impl Clone for LindenAmount
Source§fn clone(&self) -> LindenAmount
fn clone(&self) -> LindenAmount
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 LindenAmount
impl Debug for LindenAmount
Source§impl<'de> Deserialize<'de> for LindenAmount
impl<'de> Deserialize<'de> for LindenAmount
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for LindenAmount
impl Display for LindenAmount
Source§impl Div<u16> for LindenAmount
impl Div<u16> for LindenAmount
Source§impl Div<u32> for LindenAmount
impl Div<u32> for LindenAmount
Source§impl Div<u64> for LindenAmount
impl Div<u64> for LindenAmount
Source§impl Div<u8> for LindenAmount
impl Div<u8> for LindenAmount
Source§impl Hash for LindenAmount
impl Hash for LindenAmount
Source§impl Mul<u16> for LindenAmount
impl Mul<u16> for LindenAmount
Source§impl Mul<u32> for LindenAmount
impl Mul<u32> for LindenAmount
Source§impl Mul<u64> for LindenAmount
impl Mul<u64> for LindenAmount
Source§impl Mul<u8> for LindenAmount
impl Mul<u8> for LindenAmount
Source§impl Ord for LindenAmount
impl Ord for LindenAmount
Source§fn cmp(&self, other: &LindenAmount) -> Ordering
fn cmp(&self, other: &LindenAmount) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LindenAmount
impl PartialEq for LindenAmount
Source§impl PartialOrd for LindenAmount
impl PartialOrd for LindenAmount
Source§impl Rem<u16> for LindenAmount
impl Rem<u16> for LindenAmount
Source§impl Rem<u32> for LindenAmount
impl Rem<u32> for LindenAmount
Source§impl Rem<u64> for LindenAmount
impl Rem<u64> for LindenAmount
Source§impl Rem<u8> for LindenAmount
impl Rem<u8> for LindenAmount
Source§impl Serialize for LindenAmount
impl Serialize for LindenAmount
Source§impl Sub for LindenAmount
impl Sub for LindenAmount
impl Eq for LindenAmount
impl StructuralPartialEq for LindenAmount
Auto Trait Implementations§
impl Freeze for LindenAmount
impl RefUnwindSafe for LindenAmount
impl Send for LindenAmount
impl Sync for LindenAmount
impl Unpin for LindenAmount
impl UnsafeUnpin for LindenAmount
impl UnwindSafe for LindenAmount
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