pub struct ClosingBalance(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ClosingBalance
impl Clone for ClosingBalance
Source§fn clone(&self) -> ClosingBalance
fn clone(&self) -> ClosingBalance
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 ClosingBalance
impl Debug for ClosingBalance
Source§impl Display for ClosingBalance
impl Display for ClosingBalance
Source§impl PartialEq for ClosingBalance
impl PartialEq for ClosingBalance
impl StructuralPartialEq for ClosingBalance
Auto Trait Implementations§
impl Freeze for ClosingBalance
impl RefUnwindSafe for ClosingBalance
impl Send for ClosingBalance
impl Sync for ClosingBalance
impl Unpin for ClosingBalance
impl UnwindSafe for ClosingBalance
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