Struct dazeus::ReceiveError [] [src]

pub struct ReceiveError {
    // some fields omitted
}

Error when an unexpected or invalid response was received from DaZeus

Methods

impl ReceiveError

fn new() -> ReceiveError

Trait Implementations

Derived Implementations

impl PartialEq for ReceiveError

fn eq(&self, __arg_0: &ReceiveError) -> bool

fn ne(&self, __arg_0: &ReceiveError) -> bool

impl Clone for ReceiveError

fn clone(&self) -> ReceiveError

fn clone_from(&mut self, source: &Self)

impl Debug for ReceiveError

fn fmt(&self, __arg_0: &mut Formatter) -> Result