pub enum SolscanError {
APIError,
APIWrongStatusCode,
APICConversionError,
SerializeError,
}
Expand description
Creating an enum for SolscanErrors.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SolscanError
impl RefUnwindSafe for SolscanError
impl Send for SolscanError
impl Sync for SolscanError
impl Unpin for SolscanError
impl UnwindSafe for SolscanError
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