pub struct TransactionsBin2 {
pub nb_of_txs: f64,
pub ttl_ntnl_amt: f64,
pub rg: FromToQuantityRange2,
}Fields§
§nb_of_txs: f64§ttl_ntnl_amt: f64§rg: FromToQuantityRange2Implementations§
Source§impl TransactionsBin2
impl TransactionsBin2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TransactionsBin2
impl RefUnwindSafe for TransactionsBin2
impl Send for TransactionsBin2
impl Sync for TransactionsBin2
impl Unpin for TransactionsBin2
impl UnwindSafe for TransactionsBin2
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