pub enum BybitError {
ApiError(i64, String),
DeserializeError(String),
Unknown(String),
}Variants§
Trait Implementations§
Source§impl Debug for BybitError
impl Debug for BybitError
Source§impl Display for BybitError
impl Display for BybitError
Source§impl From<Error> for BybitError
impl From<Error> for BybitError
Auto Trait Implementations§
impl Freeze for BybitError
impl RefUnwindSafe for BybitError
impl Send for BybitError
impl Sync for BybitError
impl Unpin for BybitError
impl UnwindSafe for BybitError
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