pub enum ForumRole {
Administrator,
Moderator,
}Variants§
Implementations§
Trait Implementations§
impl Copy for ForumRole
impl Eq for ForumRole
Source§impl Ord for ForumRole
impl Ord for ForumRole
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ForumRole
impl PartialOrd for ForumRole
impl StructuralPartialEq for ForumRole
Auto Trait Implementations§
impl Freeze for ForumRole
impl RefUnwindSafe for ForumRole
impl Send for ForumRole
impl Sync for ForumRole
impl Unpin for ForumRole
impl UnsafeUnpin for ForumRole
impl UnwindSafe for ForumRole
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