pub enum RpcResponseErrorData {
Empty,
SendTransactionPreflightFailure(RpcSimulateTransactionResult),
NodeUnhealthy {
num_slots_behind: Option<Slot>,
},
}
Variants§
Trait Implementations§
Source§impl Debug for RpcResponseErrorData
impl Debug for RpcResponseErrorData
Auto Trait Implementations§
impl Freeze for RpcResponseErrorData
impl RefUnwindSafe for RpcResponseErrorData
impl Send for RpcResponseErrorData
impl Sync for RpcResponseErrorData
impl Unpin for RpcResponseErrorData
impl UnwindSafe for RpcResponseErrorData
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