Enum solana_client::rpc_filter::RpcFilterError [−][src]
pub enum RpcFilterError {
DataTooLarge,
Base58DataTooLarge,
DecodeError(Error),
Base58DecodeError(Error),
Base64DecodeError(DecodeError),
}
Variants
👎 Deprecated since 1.8.1:
Error for MemcmpEncodedBytes::Binary which is deprecated
DecodeError(Error)
👎 Deprecated since 1.8.1:
Error for MemcmpEncodedBytes::Binary which is deprecated
Tuple Fields of DecodeError
0: Error
👎 Deprecated since 1.8.1:
Error for MemcmpEncodedBytes::Binary which is deprecated
Base58DecodeError(Error)
Tuple Fields of Base58DecodeError
0: Error
Base64DecodeError(DecodeError)
Tuple Fields of Base64DecodeError
0: DecodeError
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RpcFilterError
impl Send for RpcFilterError
impl Sync for RpcFilterError
impl Unpin for RpcFilterError
impl UnwindSafe for RpcFilterError
Blanket Implementations
pub default fn example() -> T
pub fn as_fail(&self) -> &(dyn Fail + 'static)
pub fn as_fail(&self) -> &(dyn Fail + 'static)
Converts a reference to Self
into a dynamic trait object of Fail
.
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more