pub enum RegulatoryTradingCapacity1Code {
CodeMTCH,
CodeDEAL,
CodeAOTC,
}Variants§
Implementations§
Source§impl RegulatoryTradingCapacity1Code
impl RegulatoryTradingCapacity1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RegulatoryTradingCapacity1Code
impl RefUnwindSafe for RegulatoryTradingCapacity1Code
impl Send for RegulatoryTradingCapacity1Code
impl Sync for RegulatoryTradingCapacity1Code
impl Unpin for RegulatoryTradingCapacity1Code
impl UnwindSafe for RegulatoryTradingCapacity1Code
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