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