pub enum RpcBlockSubscribeFilter {
All,
MentionsAccountOrProgram(String),
}
Variants§
Trait Implementations§
source§impl Clone for RpcBlockSubscribeFilter
impl Clone for RpcBlockSubscribeFilter
source§fn clone(&self) -> RpcBlockSubscribeFilter
fn clone(&self) -> RpcBlockSubscribeFilter
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 RpcBlockSubscribeFilter
impl Debug for RpcBlockSubscribeFilter
source§impl<'de> Deserialize<'de> for RpcBlockSubscribeFilter
impl<'de> Deserialize<'de> for RpcBlockSubscribeFilter
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<RpcBlockSubscribeFilter> for RpcBlockSubscribeFilter
impl PartialEq<RpcBlockSubscribeFilter> for RpcBlockSubscribeFilter
source§fn eq(&self, other: &RpcBlockSubscribeFilter) -> bool
fn eq(&self, other: &RpcBlockSubscribeFilter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.