pub enum RpcClientResponse {
Signature(Signature),
Transaction(Transaction),
}Variants
Signature(Signature)
Transaction(Transaction)
Trait Implementations
sourceimpl Clone for RpcClientResponse
impl Clone for RpcClientResponse
sourcefn clone(&self) -> RpcClientResponse
fn clone(&self) -> RpcClientResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RpcClientResponse
impl Debug for RpcClientResponse
sourceimpl Display for RpcClientResponse
impl Display for RpcClientResponse
sourceimpl PartialEq<RpcClientResponse> for RpcClientResponse
impl PartialEq<RpcClientResponse> for RpcClientResponse
sourcefn eq(&self, other: &RpcClientResponse) -> bool
fn eq(&self, other: &RpcClientResponse) -> bool
impl Eq for RpcClientResponse
impl StructuralEq for RpcClientResponse
impl StructuralPartialEq for RpcClientResponse
Auto Trait Implementations
impl RefUnwindSafe for RpcClientResponse
impl Send for RpcClientResponse
impl Sync for RpcClientResponse
impl Unpin for RpcClientResponse
impl UnwindSafe for RpcClientResponse
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.