pub struct ForecastPeriod(/* private fields */);Expand description
A non-empty descriptive forecast period label.
Implementations§
Trait Implementations§
Source§impl Clone for ForecastPeriod
impl Clone for ForecastPeriod
Source§fn clone(&self) -> ForecastPeriod
fn clone(&self) -> ForecastPeriod
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 ForecastPeriod
impl Debug for ForecastPeriod
Source§impl Display for ForecastPeriod
impl Display for ForecastPeriod
Source§impl FromStr for ForecastPeriod
impl FromStr for ForecastPeriod
Source§impl Hash for ForecastPeriod
impl Hash for ForecastPeriod
Source§impl Ord for ForecastPeriod
impl Ord for ForecastPeriod
Source§fn cmp(&self, other: &ForecastPeriod) -> Ordering
fn cmp(&self, other: &ForecastPeriod) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ForecastPeriod
impl PartialEq for ForecastPeriod
Source§impl PartialOrd for ForecastPeriod
impl PartialOrd for ForecastPeriod
impl Eq for ForecastPeriod
impl StructuralPartialEq for ForecastPeriod
Auto Trait Implementations§
impl Freeze for ForecastPeriod
impl RefUnwindSafe for ForecastPeriod
impl Send for ForecastPeriod
impl Sync for ForecastPeriod
impl Unpin for ForecastPeriod
impl UnsafeUnpin for ForecastPeriod
impl UnwindSafe for ForecastPeriod
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