Enum solana_runtime::accounts::AccountAddressFilter [−][src]
pub enum AccountAddressFilter {
Exclude,
Include,
}
Variants
Auto Trait Implementations
impl RefUnwindSafe for AccountAddressFilter
impl Send for AccountAddressFilter
impl Sync for AccountAddressFilter
impl Unpin for AccountAddressFilter
impl UnwindSafe for AccountAddressFilter
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self