pub struct cash_account_state_million_usd {}
Implementations§
Source§impl cash_account_state_million_usd
impl cash_account_state_million_usd
pub fn get(total: &str, locked: &str, free: &str) -> AccountState
pub fn default() -> AccountState
pub fn partial_1(total: &str) -> AccountState
pub fn partial_2(total: &str, locked: &str) -> AccountState
pub fn partial_3(total: &str, locked: &str, free: &str) -> AccountState
Auto Trait Implementations§
impl Freeze for cash_account_state_million_usd
impl RefUnwindSafe for cash_account_state_million_usd
impl Send for cash_account_state_million_usd
impl Sync for cash_account_state_million_usd
impl Unpin for cash_account_state_million_usd
impl UnwindSafe for cash_account_state_million_usd
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