pub struct PercentileForecasts {
pub percentile_value: u8,
}Fields§
§percentile_value: u8Percentile value (from 100% to 0%).
Trait Implementations§
Source§impl Clone for PercentileForecasts
impl Clone for PercentileForecasts
Source§fn clone(&self) -> PercentileForecasts
fn clone(&self) -> PercentileForecasts
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 PercentileForecasts
impl Debug for PercentileForecasts
Source§impl Dump for PercentileForecasts
impl Dump for PercentileForecasts
impl Eq for PercentileForecasts
Source§impl PartialEq for PercentileForecasts
impl PartialEq for PercentileForecasts
impl StructuralPartialEq for PercentileForecasts
Source§impl TryFromSlice for PercentileForecasts
impl TryFromSlice for PercentileForecasts
Source§impl WriteToBuffer for PercentileForecasts
impl WriteToBuffer for PercentileForecasts
Auto Trait Implementations§
impl Freeze for PercentileForecasts
impl RefUnwindSafe for PercentileForecasts
impl Send for PercentileForecasts
impl Sync for PercentileForecasts
impl Unpin for PercentileForecasts
impl UnsafeUnpin for PercentileForecasts
impl UnwindSafe for PercentileForecasts
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