Struct dazeus::ReceiveError
[−]
[src]
pub struct ReceiveError { // some fields omitted }
Error when an unexpected or invalid response was received from DaZeus
pub struct ReceiveError { // some fields omitted }
Error when an unexpected or invalid response was received from DaZeus
impl ReceiveError
fn new() -> ReceiveError
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
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)