pub enum GroupRole {
Owner,
Admin,
Member,
}Variants§
Trait Implementations§
impl Eq for GroupRole
impl StructuralPartialEq for GroupRole
Auto Trait Implementations§
impl Freeze for GroupRole
impl RefUnwindSafe for GroupRole
impl Send for GroupRole
impl Sync for GroupRole
impl Unpin for GroupRole
impl UnwindSafe for GroupRole
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