pub enum CommentPermissionType {
Disabled,
Forbidden,
Owners,
SignedInUsers,
Everyone,
}
Variants§
Trait Implementations§
Source§impl Clone for CommentPermissionType
impl Clone for CommentPermissionType
Source§fn clone(&self) -> CommentPermissionType
fn clone(&self) -> CommentPermissionType
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 Debug for CommentPermissionType
impl Debug for CommentPermissionType
Source§impl<'de> Deserialize<'de> for CommentPermissionType
impl<'de> Deserialize<'de> for CommentPermissionType
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 PartialEq for CommentPermissionType
impl PartialEq for CommentPermissionType
Source§impl Serialize for CommentPermissionType
impl Serialize for CommentPermissionType
impl Eq for CommentPermissionType
impl StructuralPartialEq for CommentPermissionType
Auto Trait Implementations§
impl Freeze for CommentPermissionType
impl RefUnwindSafe for CommentPermissionType
impl Send for CommentPermissionType
impl Sync for CommentPermissionType
impl Unpin for CommentPermissionType
impl UnwindSafe for CommentPermissionType
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