Struct BalanceDue
pub struct BalanceDue(/* private fields */);Expand description
Invoice balance due.
Implementations§
§impl BalanceDue
impl BalanceDue
pub const fn new(amount: Money) -> BalanceDue
pub const fn new(amount: Money) -> BalanceDue
Creates a balance due.
Trait Implementations§
§impl Clone for BalanceDue
impl Clone for BalanceDue
§fn clone(&self) -> BalanceDue
fn clone(&self) -> BalanceDue
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 more§impl Debug for BalanceDue
impl Debug for BalanceDue
§impl PartialEq for BalanceDue
impl PartialEq for BalanceDue
impl Eq for BalanceDue
impl StructuralPartialEq for BalanceDue
Auto Trait Implementations§
impl Freeze for BalanceDue
impl RefUnwindSafe for BalanceDue
impl Send for BalanceDue
impl Sync for BalanceDue
impl Unpin for BalanceDue
impl UnsafeUnpin for BalanceDue
impl UnwindSafe for BalanceDue
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