#[repr(C)]
pub enum DBusReleaseNameReply {
Released,
NonExistent,
NotOwner,
}
Variants§
Trait Implementations§
source§impl Clone for DBusReleaseNameReply
impl Clone for DBusReleaseNameReply
source§fn clone(&self) -> DBusReleaseNameReply
fn clone(&self) -> DBusReleaseNameReply
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DBusReleaseNameReply
impl Debug for DBusReleaseNameReply
source§impl PartialEq<DBusReleaseNameReply> for DBusReleaseNameReply
impl PartialEq<DBusReleaseNameReply> for DBusReleaseNameReply
source§fn eq(&self, other: &DBusReleaseNameReply) -> bool
fn eq(&self, other: &DBusReleaseNameReply) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.