Enum dbus::ffidisp::RequestNameReply
source · [−]#[repr(C)]
pub enum RequestNameReply {
PrimaryOwner,
InQueue,
Exists,
AlreadyOwner,
}
Variants
PrimaryOwner
InQueue
Exists
AlreadyOwner
Trait Implementations
sourceimpl Clone for DBusRequestNameReply
impl Clone for DBusRequestNameReply
sourcefn clone(&self) -> DBusRequestNameReply
fn clone(&self) -> DBusRequestNameReply
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DBusRequestNameReply
impl Debug for DBusRequestNameReply
sourceimpl PartialEq<DBusRequestNameReply> for DBusRequestNameReply
impl PartialEq<DBusRequestNameReply> for DBusRequestNameReply
sourcefn eq(&self, other: &DBusRequestNameReply) -> bool
fn eq(&self, other: &DBusRequestNameReply) -> bool
impl Copy for DBusRequestNameReply
impl StructuralPartialEq for DBusRequestNameReply
Auto Trait Implementations
impl RefUnwindSafe for DBusRequestNameReply
impl Send for DBusRequestNameReply
impl Sync for DBusRequestNameReply
impl Unpin for DBusRequestNameReply
impl UnwindSafe for DBusRequestNameReply
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more