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