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