pub struct CorporateAction9 {
pub evt_tp: String,
pub evt_id: String,
}Fields§
§evt_tp: String§evt_id: StringImplementations§
Source§impl CorporateAction9
impl CorporateAction9
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CorporateAction9
impl RefUnwindSafe for CorporateAction9
impl Send for CorporateAction9
impl Sync for CorporateAction9
impl Unpin for CorporateAction9
impl UnwindSafe for CorporateAction9
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