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