Enum lora_e5::JoinResponse
source · pub enum JoinResponse {
JoinComplete,
JoinFailed,
AlreadyJoined,
}Variants§
Trait Implementations§
source§impl Debug for JoinResponse
impl Debug for JoinResponse
source§impl PartialEq<JoinResponse> for JoinResponse
impl PartialEq<JoinResponse> for JoinResponse
source§fn eq(&self, other: &JoinResponse) -> bool
fn eq(&self, other: &JoinResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.