pub enum CommentType {
Comment,
ForumPost,
Reply,
BlogPost,
ContactForm,
Signup,
Message,
}Expand description
Type of content to be checked
Variants§
Comment
A blog comment
ForumPost
A top-level forum post
Reply
A reply to a top-level forum post
BlogPost
A blog post
ContactForm
A contact form or feedback form submission
Signup
A new user account
Message
A message sent between users
Trait Implementations§
Source§impl Debug for CommentType
impl Debug for CommentType
Auto Trait Implementations§
impl Freeze for CommentType
impl RefUnwindSafe for CommentType
impl Send for CommentType
impl Sync for CommentType
impl Unpin for CommentType
impl UnwindSafe for CommentType
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