pub enum JoinResponse {
JoinComplete,
JoinFailed,
AlreadyJoined,
}
Variants§
Trait Implementations§
Source§impl Debug for JoinResponse
impl Debug for JoinResponse
Source§impl PartialEq for JoinResponse
impl PartialEq for JoinResponse
impl Eq for JoinResponse
impl StructuralPartialEq for JoinResponse
Auto Trait Implementations§
impl Freeze for JoinResponse
impl RefUnwindSafe for JoinResponse
impl Send for JoinResponse
impl Sync for JoinResponse
impl Unpin for JoinResponse
impl UnwindSafe for JoinResponse
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