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