pub enum PricesError {
NoSuchCommoditiesPair(CommoditiesPair),
DateTooEarly(NaiveDate),
}
Variants§
NoSuchCommoditiesPair(CommoditiesPair)
DateTooEarly(NaiveDate)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PricesError
impl RefUnwindSafe for PricesError
impl Send for PricesError
impl Sync for PricesError
impl Unpin for PricesError
impl UnwindSafe for PricesError
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