pub enum JoinResponse {
JoinComplete,
JoinFailed,
AlreadyJoined,
}Variants§
Trait Implementations§
Source§impl Debug for JoinResponse
impl Debug for JoinResponse
impl Eq for JoinResponse
Source§impl PartialEq for JoinResponse
impl PartialEq for JoinResponse
Source§fn eq(&self, other: &JoinResponse) -> bool
fn eq(&self, other: &JoinResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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