pub enum RpcClientResponse {
Signature(Signature),
Transaction(Transaction),
}Variants§
Signature(Signature)
Transaction(Transaction)
Trait Implementations§
source§impl Clone for RpcClientResponse
impl Clone for RpcClientResponse
source§fn clone(&self) -> RpcClientResponse
fn clone(&self) -> RpcClientResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RpcClientResponse
impl Debug for RpcClientResponse
source§impl Display for RpcClientResponse
impl Display for RpcClientResponse
source§impl PartialEq<RpcClientResponse> for RpcClientResponse
impl PartialEq<RpcClientResponse> for RpcClientResponse
source§fn eq(&self, other: &RpcClientResponse) -> bool
fn eq(&self, other: &RpcClientResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
source§impl<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,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.