Enum dbus-rs::RequestNameReply
[-]
[+]
[src]
pub enum RequestNameReply { PrimaryOwner, InQueue, Exists, AlreadyOwner, }
Variants
PrimaryOwner | |
InQueue | |
Exists | |
AlreadyOwner |
pub enum RequestNameReply { PrimaryOwner, InQueue, Exists, AlreadyOwner, }
PrimaryOwner | |
InQueue | |
Exists | |
AlreadyOwner |
impl Copy for DBusRequestNameReply
impl PartialEq for DBusRequestNameReply
fn eq(&self, __arg_0: &DBusRequestNameReply) -> bool
fn ne(&self, __arg_0: &DBusRequestNameReply) -> bool
impl Debug for DBusRequestNameReply
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
).