pub struct MandateNzBankAccount {}
Trait Implementations§
Source§impl Clone for MandateNzBankAccount
impl Clone for MandateNzBankAccount
Source§fn clone(&self) -> MandateNzBankAccount
fn clone(&self) -> MandateNzBankAccount
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 MandateNzBankAccount
impl Debug for MandateNzBankAccount
Source§impl Deserialize for MandateNzBankAccount
impl Deserialize for MandateNzBankAccount
Source§impl ObjectDeser for MandateNzBankAccount
impl ObjectDeser for MandateNzBankAccount
impl Copy for MandateNzBankAccount
Auto Trait Implementations§
impl Freeze for MandateNzBankAccount
impl RefUnwindSafe for MandateNzBankAccount
impl Send for MandateNzBankAccount
impl Sync for MandateNzBankAccount
impl Unpin for MandateNzBankAccount
impl UnwindSafe for MandateNzBankAccount
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