pub struct ResolutionDistribution {
pub algorithmic_pct: f64,
pub nano_pct: f64,
pub lora_pct: f64,
pub fleet_pct: f64,
pub cloud_pct: f64,
pub autonomy: f64,
}Fields§
§algorithmic_pct: f64§nano_pct: f64§lora_pct: f64§fleet_pct: f64§cloud_pct: f64§autonomy: f64Trait Implementations§
Source§impl Clone for ResolutionDistribution
impl Clone for ResolutionDistribution
Source§fn clone(&self) -> ResolutionDistribution
fn clone(&self) -> ResolutionDistribution
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ResolutionDistribution
impl Debug for ResolutionDistribution
Source§impl<'de> Deserialize<'de> for ResolutionDistribution
impl<'de> Deserialize<'de> for ResolutionDistribution
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
Auto Trait Implementations§
impl Freeze for ResolutionDistribution
impl RefUnwindSafe for ResolutionDistribution
impl Send for ResolutionDistribution
impl Sync for ResolutionDistribution
impl Unpin for ResolutionDistribution
impl UnsafeUnpin for ResolutionDistribution
impl UnwindSafe for ResolutionDistribution
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