#[repr(i32)]pub enum SYSTEM_ACTIVITY_MODERATION_STATE {
SystemActivityModerationStateSystemManaged,
SystemActivityModerationStateUserManagedAllowThrottling,
SystemActivityModerationStateUserManagedDisableThrottling,
MaxSystemActivityModerationState,
}Variants§
SystemActivityModerationStateSystemManaged
SystemActivityModerationStateUserManagedAllowThrottling
SystemActivityModerationStateUserManagedDisableThrottling
MaxSystemActivityModerationState
Trait Implementations§
source§impl Clone for SYSTEM_ACTIVITY_MODERATION_STATE
impl Clone for SYSTEM_ACTIVITY_MODERATION_STATE
source§fn clone(&self) -> SYSTEM_ACTIVITY_MODERATION_STATE
fn clone(&self) -> SYSTEM_ACTIVITY_MODERATION_STATE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<SYSTEM_ACTIVITY_MODERATION_STATE> for SYSTEM_ACTIVITY_MODERATION_STATE
impl PartialEq<SYSTEM_ACTIVITY_MODERATION_STATE> for SYSTEM_ACTIVITY_MODERATION_STATE
source§fn eq(&self, other: &SYSTEM_ACTIVITY_MODERATION_STATE) -> bool
fn eq(&self, other: &SYSTEM_ACTIVITY_MODERATION_STATE) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SYSTEM_ACTIVITY_MODERATION_STATE
impl Eq for SYSTEM_ACTIVITY_MODERATION_STATE
impl StructuralEq for SYSTEM_ACTIVITY_MODERATION_STATE
impl StructuralPartialEq for SYSTEM_ACTIVITY_MODERATION_STATE
Auto Trait Implementations§
impl RefUnwindSafe for SYSTEM_ACTIVITY_MODERATION_STATE
impl Send for SYSTEM_ACTIVITY_MODERATION_STATE
impl Sync for SYSTEM_ACTIVITY_MODERATION_STATE
impl Unpin for SYSTEM_ACTIVITY_MODERATION_STATE
impl UnwindSafe for SYSTEM_ACTIVITY_MODERATION_STATE
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