pub struct AllocAccountType;Expand description
AllocAccountType (798).
Implementations§
Source§impl AllocAccountType
impl AllocAccountType
pub const ACCOUNTISCARRIEDONCUSTOMERSIDEOFBOOKS: i64 = 1
pub const ACCOUNTISCARRIEDONNONCUSTOMERSIDEOFBOOKS: i64 = 2
pub const HOUSETRADER: i64 = 3
pub const FLOORTRADER: i64 = 4
pub const ACCOUNTISCARRIEDONNONCUSTOMERSIDEOFBOOKSANDISCROSSMARGINED: i64 = 6
pub const ACCOUNTISHOUSETRADERANDISCROSSMARGINED: i64 = 7
pub const JBO: i64 = 8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllocAccountType
impl RefUnwindSafe for AllocAccountType
impl Send for AllocAccountType
impl Sync for AllocAccountType
impl Unpin for AllocAccountType
impl UnsafeUnpin for AllocAccountType
impl UnwindSafe for AllocAccountType
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