pub enum SnsProposalTopicFilter {
Any,
DaoCommunitySettings,
SnsFrameworkManagement,
DappCanisterManagement,
ApplicationBusinessLogic,
Governance,
TreasuryAssetManagement,
CriticalDappOperations,
}Expand description
SnsProposalTopicFilter
Report-model topic filter for bounded SNS proposal listings.
Variants§
Any
DaoCommunitySettings
SnsFrameworkManagement
DappCanisterManagement
ApplicationBusinessLogic
Governance
TreasuryAssetManagement
CriticalDappOperations
Implementations§
Trait Implementations§
Source§impl Clone for SnsProposalTopicFilter
impl Clone for SnsProposalTopicFilter
Source§fn clone(&self) -> SnsProposalTopicFilter
fn clone(&self) -> SnsProposalTopicFilter
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 SnsProposalTopicFilter
Source§impl Debug for SnsProposalTopicFilter
impl Debug for SnsProposalTopicFilter
Source§impl Default for SnsProposalTopicFilter
impl Default for SnsProposalTopicFilter
Source§fn default() -> SnsProposalTopicFilter
fn default() -> SnsProposalTopicFilter
Returns the “default value” for a type. Read more
impl Eq for SnsProposalTopicFilter
Source§impl PartialEq for SnsProposalTopicFilter
impl PartialEq for SnsProposalTopicFilter
impl StructuralPartialEq for SnsProposalTopicFilter
Auto Trait Implementations§
impl Freeze for SnsProposalTopicFilter
impl RefUnwindSafe for SnsProposalTopicFilter
impl Send for SnsProposalTopicFilter
impl Sync for SnsProposalTopicFilter
impl Unpin for SnsProposalTopicFilter
impl UnsafeUnpin for SnsProposalTopicFilter
impl UnwindSafe for SnsProposalTopicFilter
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