pub struct SecurityIdentification39 {
pub isin: Option<String>,
pub othr_id: Option<Vec<OtherIdentification1>>,
pub desc: Option<String>,
}Fields§
§isin: Option<String>§othr_id: Option<Vec<OtherIdentification1>>§desc: Option<String>Implementations§
Source§impl SecurityIdentification39
impl SecurityIdentification39
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SecurityIdentification39
impl RefUnwindSafe for SecurityIdentification39
impl Send for SecurityIdentification39
impl Sync for SecurityIdentification39
impl Unpin for SecurityIdentification39
impl UnwindSafe for SecurityIdentification39
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