pub struct OwnerType;Expand description
OwnerType (522).
Implementations§
Source§impl OwnerType
impl OwnerType
pub const INDIVINVESTOR: i64 = 1
pub const NETWORKINGSUBACCT: i64 = 10
pub const NON_PROFITORG: i64 = 11
pub const CORPBODY: i64 = 12
pub const NOMINEE: i64 = 13
pub const PUBLICCOMPANY: i64 = 2
pub const PRIVATECOMPANY: i64 = 3
pub const INDIVTRUSTEE: i64 = 4
pub const COMPANYTRUSTEE: i64 = 5
pub const PENSIONPLAN: i64 = 6
pub const CUSTODIANMINORSACT: i64 = 7
pub const TRUSTS: i64 = 8
pub const FIDUCIARIES: i64 = 9
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OwnerType
impl RefUnwindSafe for OwnerType
impl Send for OwnerType
impl Sync for OwnerType
impl Unpin for OwnerType
impl UnsafeUnpin for OwnerType
impl UnwindSafe for OwnerType
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