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