pub struct AmountDto(pub u64);
Expand description
Amount.
Tuple Fields§
§0: u64
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AmountDto
impl RefUnwindSafe for AmountDto
impl Send for AmountDto
impl Sync for AmountDto
impl Unpin for AmountDto
impl UnwindSafe for AmountDto
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