pub enum TransactionLogCollectorFilter {
All,
AllWithVotes,
None,
OnlyMentionedAddresses,
}
Variants
All
AllWithVotes
None
OnlyMentionedAddresses
Trait Implementations
sourceimpl AbiEnumVisitor for TransactionLogCollectorFilter
impl AbiEnumVisitor for TransactionLogCollectorFilter
fn visit_for_abi(&self, digester: &mut AbiDigester) -> DigestResult
sourceimpl Debug for TransactionLogCollectorFilter
impl Debug for TransactionLogCollectorFilter
sourceimpl<'de> Deserialize<'de> for TransactionLogCollectorFilter
impl<'de> Deserialize<'de> for TransactionLogCollectorFilter
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<TransactionLogCollectorFilter> for TransactionLogCollectorFilter
impl PartialEq<TransactionLogCollectorFilter> for TransactionLogCollectorFilter
sourcefn eq(&self, other: &TransactionLogCollectorFilter) -> bool
fn eq(&self, other: &TransactionLogCollectorFilter) -> bool
impl StructuralPartialEq for TransactionLogCollectorFilter
Auto Trait Implementations
impl RefUnwindSafe for TransactionLogCollectorFilter
impl Send for TransactionLogCollectorFilter
impl Sync for TransactionLogCollectorFilter
impl Unpin for TransactionLogCollectorFilter
impl UnwindSafe for TransactionLogCollectorFilter
Blanket Implementations
sourceimpl<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>
sourceimpl<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>
sourceimpl<T> AbiExample for T
impl<T> AbiExample for 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