pub enum IntersectRatesError {
BasicRatesMismatch,
NoApRatesSupported,
}
Variants§
Trait Implementations§
Source§impl Debug for IntersectRatesError
impl Debug for IntersectRatesError
Source§impl PartialEq for IntersectRatesError
impl PartialEq for IntersectRatesError
impl Eq for IntersectRatesError
impl StructuralPartialEq for IntersectRatesError
Auto Trait Implementations§
impl Freeze for IntersectRatesError
impl RefUnwindSafe for IntersectRatesError
impl Send for IntersectRatesError
impl Sync for IntersectRatesError
impl Unpin for IntersectRatesError
impl UnwindSafe for IntersectRatesError
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