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 DBusReleaseNameReplyimpl PartialEq for DBusReleaseNameReplyfn eq(&self, __arg_0: &DBusReleaseNameReply) -> boolfn ne(&self, __arg_0: &DBusReleaseNameReply) -> boolimpl 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).