pub struct RpcProgramAccountsConfig {
pub filters: Option<Vec<RpcFilterType>>,
pub account_config: RpcAccountInfoConfig,
pub with_context: Option<bool>,
}
Fields
filters: Option<Vec<RpcFilterType>>
account_config: RpcAccountInfoConfig
with_context: Option<bool>
Trait Implementations
sourceimpl Clone for RpcProgramAccountsConfig
impl Clone for RpcProgramAccountsConfig
sourcefn clone(&self) -> RpcProgramAccountsConfig
fn clone(&self) -> RpcProgramAccountsConfig
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 RpcProgramAccountsConfig
impl Debug for RpcProgramAccountsConfig
sourceimpl Default for RpcProgramAccountsConfig
impl Default for RpcProgramAccountsConfig
sourcefn default() -> RpcProgramAccountsConfig
fn default() -> RpcProgramAccountsConfig
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for RpcProgramAccountsConfig
impl<'de> Deserialize<'de> for RpcProgramAccountsConfig
sourcefn 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
sourceimpl PartialEq<RpcProgramAccountsConfig> for RpcProgramAccountsConfig
impl PartialEq<RpcProgramAccountsConfig> for RpcProgramAccountsConfig
sourcefn eq(&self, other: &RpcProgramAccountsConfig) -> bool
fn eq(&self, other: &RpcProgramAccountsConfig) -> bool
sourceimpl Serialize for RpcProgramAccountsConfig
impl Serialize for RpcProgramAccountsConfig
impl StructuralPartialEq for RpcProgramAccountsConfig
Auto Trait Implementations
impl RefUnwindSafe for RpcProgramAccountsConfig
impl Send for RpcProgramAccountsConfig
impl Sync for RpcProgramAccountsConfig
impl Unpin for RpcProgramAccountsConfig
impl UnwindSafe for RpcProgramAccountsConfig
Blanket Implementations
impl<T> AbiEnumVisitor for Twhere
T: Serialize + AbiExample + ?Sized,
impl<T> AbiEnumVisitor for Twhere
T: Serialize + AbiExample + ?Sized,
default fn visit_for_abi(
&self,
digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
impl<T> AbiEnumVisitor for Twhere
T: Serialize + ?Sized,
impl<T> AbiEnumVisitor for Twhere
T: Serialize + ?Sized,
default fn visit_for_abi(
&self,
_digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
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