pub struct SupplyBand {
pub from: f64,
pub to: f64,
pub total_volume: f64,
pub addresses_count: i64,
}Fields§
§from: f64§to: f64§total_volume: f64§addresses_count: i64Trait Implementations§
Source§impl Clone for SupplyBand
impl Clone for SupplyBand
Source§fn clone(&self) -> SupplyBand
fn clone(&self) -> SupplyBand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SupplyBand
impl Debug for SupplyBand
Source§impl<'de> Deserialize<'de> for SupplyBand
impl<'de> Deserialize<'de> for SupplyBand
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for SupplyBand
impl Serialize for SupplyBand
impl Copy for SupplyBand
Auto Trait Implementations§
impl Freeze for SupplyBand
impl RefUnwindSafe for SupplyBand
impl Send for SupplyBand
impl Sync for SupplyBand
impl Unpin for SupplyBand
impl UnsafeUnpin for SupplyBand
impl UnwindSafe for SupplyBand
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