pub struct SecurityIdentification19 {
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 SecurityIdentification19
impl SecurityIdentification19
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for SecurityIdentification19
impl Clone for SecurityIdentification19
Source§fn clone(&self) -> SecurityIdentification19
fn clone(&self) -> SecurityIdentification19
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SecurityIdentification19
impl Debug for SecurityIdentification19
Source§impl Default for SecurityIdentification19
impl Default for SecurityIdentification19
Source§fn default() -> SecurityIdentification19
fn default() -> SecurityIdentification19
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecurityIdentification19
impl<'de> Deserialize<'de> for SecurityIdentification19
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SecurityIdentification19
impl PartialEq for SecurityIdentification19
Source§impl Serialize for SecurityIdentification19
impl Serialize for SecurityIdentification19
impl StructuralPartialEq for SecurityIdentification19
Auto Trait Implementations§
impl Freeze for SecurityIdentification19
impl RefUnwindSafe for SecurityIdentification19
impl Send for SecurityIdentification19
impl Sync for SecurityIdentification19
impl Unpin for SecurityIdentification19
impl UnwindSafe for SecurityIdentification19
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