pub enum DriftRPCErrorCode {
ParseError,
InvalidRequest,
MethodNotFound,
InvalidParams,
InternalError,
}Variants§
Trait Implementations§
Source§impl Debug for DriftRPCErrorCode
impl Debug for DriftRPCErrorCode
Source§impl Into<Value> for DriftRPCErrorCode
impl Into<Value> for DriftRPCErrorCode
Auto Trait Implementations§
impl Freeze for DriftRPCErrorCode
impl RefUnwindSafe for DriftRPCErrorCode
impl Send for DriftRPCErrorCode
impl Sync for DriftRPCErrorCode
impl Unpin for DriftRPCErrorCode
impl UnsafeUnpin for DriftRPCErrorCode
impl UnwindSafe for DriftRPCErrorCode
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