#[repr(i32)]pub enum ECommentThreadType {
Show 22 variants
Invalid = 0,
Screenshot_Deprecated = 1,
WorkshopAccount_Developer = 2,
WorkshopAccount_Public = 3,
PublishedFile_Developer = 4,
PublishedFile_Public = 5,
Test = 6,
ForumTopic = 7,
Recommendation = 8,
Video_Deprecated = 9,
Profile = 10,
NewsPost = 11,
Clan = 12,
ClanAnnouncement = 13,
ClanEvent = 14,
UserStatusPublished = 15,
UserReceivedNewGame = 16,
PublishedFile_Announcement = 17,
ModeratorMessage = 18,
ClanCuratedApp = 19,
QAndASession = 20,
Max = 21,
}Variants§
Invalid = 0
Screenshot_Deprecated = 1
WorkshopAccount_Developer = 2
WorkshopAccount_Public = 3
PublishedFile_Developer = 4
PublishedFile_Public = 5
Test = 6
ForumTopic = 7
Recommendation = 8
Video_Deprecated = 9
Profile = 10
NewsPost = 11
Clan = 12
ClanAnnouncement = 13
ClanEvent = 14
UserStatusPublished = 15
UserReceivedNewGame = 16
PublishedFile_Announcement = 17
ModeratorMessage = 18
ClanCuratedApp = 19
QAndASession = 20
Max = 21
Implementations§
Trait Implementations§
Source§impl Clone for ECommentThreadType
impl Clone for ECommentThreadType
Source§fn clone(&self) -> ECommentThreadType
fn clone(&self) -> ECommentThreadType
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 ECommentThreadType
impl Debug for ECommentThreadType
Source§impl Hash for ECommentThreadType
impl Hash for ECommentThreadType
Source§impl PartialEq for ECommentThreadType
impl PartialEq for ECommentThreadType
impl Copy for ECommentThreadType
impl Eq for ECommentThreadType
impl StructuralPartialEq for ECommentThreadType
Auto Trait Implementations§
impl Freeze for ECommentThreadType
impl RefUnwindSafe for ECommentThreadType
impl Send for ECommentThreadType
impl Sync for ECommentThreadType
impl Unpin for ECommentThreadType
impl UnsafeUnpin for ECommentThreadType
impl UnwindSafe for ECommentThreadType
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