pub enum GroupMethod {
GroupCreate,
GroupJoin,
}Expand description
Available group methods.
Variants§
Trait Implementations§
Source§impl Debug for GroupMethod
impl Debug for GroupMethod
Source§impl Display for GroupMethod
impl Display for GroupMethod
Source§impl FromStr for GroupMethod
impl FromStr for GroupMethod
Auto Trait Implementations§
impl Freeze for GroupMethod
impl RefUnwindSafe for GroupMethod
impl Send for GroupMethod
impl Sync for GroupMethod
impl Unpin for GroupMethod
impl UnwindSafe for GroupMethod
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