pub struct AppliedAmount(/* private fields */);Expand description
A receipt amount applied to open items.
Implementations§
Trait Implementations§
Source§impl Clone for AppliedAmount
impl Clone for AppliedAmount
Source§fn clone(&self) -> AppliedAmount
fn clone(&self) -> AppliedAmount
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 AppliedAmount
impl Debug for AppliedAmount
impl Eq for AppliedAmount
Source§impl PartialEq for AppliedAmount
impl PartialEq for AppliedAmount
Source§fn eq(&self, other: &AppliedAmount) -> bool
fn eq(&self, other: &AppliedAmount) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AppliedAmount
Auto Trait Implementations§
impl Freeze for AppliedAmount
impl RefUnwindSafe for AppliedAmount
impl Send for AppliedAmount
impl Sync for AppliedAmount
impl Unpin for AppliedAmount
impl UnsafeUnpin for AppliedAmount
impl UnwindSafe for AppliedAmount
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