pub struct CollateralValuation7 {
pub pool_sts: CollateralPool1Code,
pub tp: String,
pub sctr: String,
pub nmnl_amt: Option<ActiveCurrencyAndAmount>,
}Fields§
§pool_sts: CollateralPool1Code§tp: String§sctr: String§nmnl_amt: Option<ActiveCurrencyAndAmount>Implementations§
Source§impl CollateralValuation7
impl CollateralValuation7
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CollateralValuation7
impl RefUnwindSafe for CollateralValuation7
impl Send for CollateralValuation7
impl Sync for CollateralValuation7
impl Unpin for CollateralValuation7
impl UnwindSafe for CollateralValuation7
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