pub enum NnsProposalTopicFilter {
Show 18 variants
Any,
NeuronManagement,
ExchangeRate,
NetworkEconomics,
Governance,
NodeAdmin,
ParticipantManagement,
SubnetManagement,
NetworkCanisterManagement,
Kyc,
NodeProviderRewards,
IcOsVersionDeployment,
IcOsVersionElection,
SnsAndCommunityFund,
ApiBoundaryNodeManagement,
SubnetRental,
ApplicationCanisterManagement,
ProtocolCanisterManagement,
}Expand description
NnsProposalTopicFilter
Report-model topic filter for bounded NNS proposal listings.
Variants§
Any
NeuronManagement
ExchangeRate
NetworkEconomics
Governance
NodeAdmin
ParticipantManagement
SubnetManagement
NetworkCanisterManagement
Kyc
NodeProviderRewards
IcOsVersionDeployment
IcOsVersionElection
SnsAndCommunityFund
ApiBoundaryNodeManagement
SubnetRental
ApplicationCanisterManagement
ProtocolCanisterManagement
Implementations§
Trait Implementations§
Source§impl Clone for NnsProposalTopicFilter
impl Clone for NnsProposalTopicFilter
Source§fn clone(&self) -> NnsProposalTopicFilter
fn clone(&self) -> NnsProposalTopicFilter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NnsProposalTopicFilter
Source§impl Debug for NnsProposalTopicFilter
impl Debug for NnsProposalTopicFilter
Source§impl Default for NnsProposalTopicFilter
impl Default for NnsProposalTopicFilter
Source§fn default() -> NnsProposalTopicFilter
fn default() -> NnsProposalTopicFilter
Returns the “default value” for a type. Read more
impl Eq for NnsProposalTopicFilter
Source§impl PartialEq for NnsProposalTopicFilter
impl PartialEq for NnsProposalTopicFilter
impl StructuralPartialEq for NnsProposalTopicFilter
Auto Trait Implementations§
impl Freeze for NnsProposalTopicFilter
impl RefUnwindSafe for NnsProposalTopicFilter
impl Send for NnsProposalTopicFilter
impl Sync for NnsProposalTopicFilter
impl Unpin for NnsProposalTopicFilter
impl UnsafeUnpin for NnsProposalTopicFilter
impl UnwindSafe for NnsProposalTopicFilter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more