pub struct SettlInstSource;Expand description
SettlInstSource (165).
Implementations§
Source§impl SettlInstSource
impl SettlInstSource
pub const BROKERINSTR: char = '1'
pub const INSTINSTR: char = '2'
pub const INVESTORCIV: char = '3'
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SettlInstSource
impl RefUnwindSafe for SettlInstSource
impl Send for SettlInstSource
impl Sync for SettlInstSource
impl Unpin for SettlInstSource
impl UnsafeUnpin for SettlInstSource
impl UnwindSafe for SettlInstSource
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