Enum dbus-rs::ReleaseNameReply
[-]
[+]
[src]
pub enum ReleaseNameReply { Released, NonExistent, NotOwner, }
Variants
Released | |
NonExistent | |
NotOwner |
pub enum ReleaseNameReply { Released, NonExistent, NotOwner, }
Released | |
NonExistent | |
NotOwner |
impl Copy for DBusReleaseNameReply
impl PartialEq for DBusReleaseNameReply
fn eq(&self, __arg_0: &DBusReleaseNameReply) -> bool
fn ne(&self, __arg_0: &DBusReleaseNameReply) -> bool
impl Debug for DBusReleaseNameReply
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
).