pub enum BinanceHandlerError {
ApiError(BinanceError),
RateLimitError {
retry_after: Option<u32>,
},
ParseError,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BinanceHandlerError
impl RefUnwindSafe for BinanceHandlerError
impl Send for BinanceHandlerError
impl Sync for BinanceHandlerError
impl Unpin for BinanceHandlerError
impl UnwindSafe for BinanceHandlerError
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