pub struct AccountType;Expand description
AccountType (581).
Implementations§
Source§impl AccountType
impl AccountType
pub const ACCOUNTCUSTOMER: i64 = 1
pub const ACCOUNTNONCUSTOMER: i64 = 2
pub const HOUSETRADER: i64 = 3
pub const FLOORTRADER: i64 = 4
pub const ACCOUNTNONCUSTOMERCROSS: i64 = 6
pub const HOUSETRADERCROSS: i64 = 7
pub const JOINTBOACCT: i64 = 8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AccountType
impl RefUnwindSafe for AccountType
impl Send for AccountType
impl Sync for AccountType
impl Unpin for AccountType
impl UnsafeUnpin for AccountType
impl UnwindSafe for AccountType
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