pub struct cash_account_multi {}
Implementations§
Source§impl cash_account_multi
impl cash_account_multi
pub fn get(cash_account_state_multi: AccountState) -> CashAccount
pub fn default() -> CashAccount
pub fn partial_1(cash_account_state_multi: AccountState) -> CashAccount
Auto Trait Implementations§
impl Freeze for cash_account_multi
impl RefUnwindSafe for cash_account_multi
impl Send for cash_account_multi
impl Sync for cash_account_multi
impl Unpin for cash_account_multi
impl UnwindSafe for cash_account_multi
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