#[repr(i32)]pub enum EContentReportResolution {
Show 15 variants
Unresolved = 0,
Acquitted = 1,
Removed = 2,
Relabelled = 3,
Suspicious = 4,
HarassmentStrike = 5,
Purged = 6,
DisconnectedFromApp = 7,
SuspiciousIncludingUpvoters = 8,
VisibilityChanged = 9,
CountryRestrictionsChanged = 10,
RemoveAndWarn = 11,
RemoveAndBan = 12,
RemoveAndKick = 13,
MAX = 14,
}Variants§
Unresolved = 0
Acquitted = 1
Removed = 2
Relabelled = 3
Suspicious = 4
HarassmentStrike = 5
Purged = 6
DisconnectedFromApp = 7
SuspiciousIncludingUpvoters = 8
VisibilityChanged = 9
CountryRestrictionsChanged = 10
RemoveAndWarn = 11
RemoveAndBan = 12
RemoveAndKick = 13
MAX = 14
Implementations§
Trait Implementations§
Source§impl Clone for EContentReportResolution
impl Clone for EContentReportResolution
Source§fn clone(&self) -> EContentReportResolution
fn clone(&self) -> EContentReportResolution
Returns a duplicate 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 Debug for EContentReportResolution
impl Debug for EContentReportResolution
Source§impl Hash for EContentReportResolution
impl Hash for EContentReportResolution
Source§impl PartialEq for EContentReportResolution
impl PartialEq for EContentReportResolution
impl Copy for EContentReportResolution
impl Eq for EContentReportResolution
impl StructuralPartialEq for EContentReportResolution
Auto Trait Implementations§
impl Freeze for EContentReportResolution
impl RefUnwindSafe for EContentReportResolution
impl Send for EContentReportResolution
impl Sync for EContentReportResolution
impl Unpin for EContentReportResolution
impl UnsafeUnpin for EContentReportResolution
impl UnwindSafe for EContentReportResolution
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