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