pub struct ForecastId(/* private fields */);Expand description
A non-empty forecast identifier.
Implementations§
Source§impl ForecastId
impl ForecastId
Trait Implementations§
Source§impl Clone for ForecastId
impl Clone for ForecastId
Source§fn clone(&self) -> ForecastId
fn clone(&self) -> ForecastId
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 ForecastId
impl Debug for ForecastId
Source§impl Display for ForecastId
impl Display for ForecastId
Source§impl FromStr for ForecastId
impl FromStr for ForecastId
Source§impl Hash for ForecastId
impl Hash for ForecastId
Source§impl Ord for ForecastId
impl Ord for ForecastId
Source§fn cmp(&self, other: &ForecastId) -> Ordering
fn cmp(&self, other: &ForecastId) -> 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 ForecastId
impl PartialEq for ForecastId
Source§impl PartialOrd for ForecastId
impl PartialOrd for ForecastId
impl Eq for ForecastId
impl StructuralPartialEq for ForecastId
Auto Trait Implementations§
impl Freeze for ForecastId
impl RefUnwindSafe for ForecastId
impl Send for ForecastId
impl Sync for ForecastId
impl Unpin for ForecastId
impl UnsafeUnpin for ForecastId
impl UnwindSafe for ForecastId
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