Enum solana_client::rpc_filter::RpcFilterError [−][src]
pub enum RpcFilterError {
DataTooLarge,
Base58DataTooLarge,
DecodeError(Error),
Base58DecodeError(Error),
Base64DecodeError(DecodeError),
}Variants
DataTooLarge
Base58DataTooLarge
👎 Deprecated since 1.8.1:
Error for MemcmpEncodedBytes::Binary which is deprecated
DecodeError(Error)
Tuple Fields
0: Error👎 Deprecated since 1.8.1:
Error for MemcmpEncodedBytes::Binary which is deprecated
👎 Deprecated since 1.8.1:
Error for MemcmpEncodedBytes::Binary which is deprecated
Base58DecodeError(Error)
Tuple Fields
0: ErrorBase64DecodeError(DecodeError)
Tuple Fields
0: DecodeErrorTrait 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
