pub struct OrderCapacity;Expand description
OrderCapacity (528).
Implementations§
Source§impl OrderCapacity
impl OrderCapacity
pub const AGENCY: char = 'A'
pub const PROPRIETARY: char = 'G'
pub const INDIVIDUAL: char = 'I'
pub const PRINCIPAL: char = 'P'
pub const RISKLESSPRINCIPAL: char = 'R'
pub const AGENTOTHERMEMBER: char = 'W'
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OrderCapacity
impl RefUnwindSafe for OrderCapacity
impl Send for OrderCapacity
impl Sync for OrderCapacity
impl Unpin for OrderCapacity
impl UnsafeUnpin for OrderCapacity
impl UnwindSafe for OrderCapacity
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