pub struct StatisticsTransparency2 {
pub ttl_nb_of_txs_exctd: f64,
pub ttl_vol_of_txs_exctd: f64,
}Fields§
§ttl_nb_of_txs_exctd: f64§ttl_vol_of_txs_exctd: f64Implementations§
Source§impl StatisticsTransparency2
impl StatisticsTransparency2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for StatisticsTransparency2
impl RefUnwindSafe for StatisticsTransparency2
impl Send for StatisticsTransparency2
impl Sync for StatisticsTransparency2
impl Unpin for StatisticsTransparency2
impl UnwindSafe for StatisticsTransparency2
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