Struct mqtt::packet::pingresp::PingrespPacket
[−]
[src]
pub struct PingrespPacket {
// some fields omitted
}Methods
impl PingrespPacket[src]
fn new() -> PingrespPacket
Trait Implementations
impl PartialEq for PingrespPacket[src]
fn eq(&self, __arg_0: &PingrespPacket) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PingrespPacket) -> bool
This method tests for !=.