pub struct AccountUnificationAccountControllerLosses {
pub payments: AccountUnificationAccountControllerLossesPayments,
}
Fields§
§payments: AccountUnificationAccountControllerLossesPayments
A value indicating who is liable when this account can’t pay back negative balances from payments.
Trait Implementations§
Source§impl Clone for AccountUnificationAccountControllerLosses
impl Clone for AccountUnificationAccountControllerLosses
Source§fn clone(&self) -> AccountUnificationAccountControllerLosses
fn clone(&self) -> AccountUnificationAccountControllerLosses
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 moreimpl Copy for AccountUnificationAccountControllerLosses
Auto Trait Implementations§
impl Freeze for AccountUnificationAccountControllerLosses
impl RefUnwindSafe for AccountUnificationAccountControllerLosses
impl Send for AccountUnificationAccountControllerLosses
impl Sync for AccountUnificationAccountControllerLosses
impl Unpin for AccountUnificationAccountControllerLosses
impl UnwindSafe for AccountUnificationAccountControllerLosses
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