pub enum ReportType {
Advertise,
Porn,
Violate,
Infringement,
Attacks,
Impersonate,
AdvertisingAccount,
LeakPrivacy,
Other,
}Expand description
举报类型
Variants§
Advertise
垃圾广告
Porn
色情
Violate
违规
Infringement
侵权
Attacks
人身攻击
Impersonate
冒充他人账号
AdvertisingAccount
垃圾广告账号
LeakPrivacy
违规泄露个人信息
Other
其它
Trait Implementations§
Source§impl Clone for ReportType
impl Clone for ReportType
Source§fn clone(&self) -> ReportType
fn clone(&self) -> ReportType
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 ReportType
impl Debug for ReportType
Source§impl<'de> Deserialize<'de> for ReportType
impl<'de> Deserialize<'de> for ReportType
Source§fn 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
Source§impl From<u8> for ReportType
impl From<u8> for ReportType
Auto Trait Implementations§
impl Freeze for ReportType
impl RefUnwindSafe for ReportType
impl Send for ReportType
impl Sync for ReportType
impl Unpin for ReportType
impl UnsafeUnpin for ReportType
impl UnwindSafe for ReportType
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