#[repr(C)]pub enum DBusRequestNameReply {
PrimaryOwner = 1,
InQueue = 2,
Exists = 3,
AlreadyOwner = 4,
}Variants§
Trait Implementations§
Source§impl Clone for DBusRequestNameReply
impl Clone for DBusRequestNameReply
Source§fn clone(&self) -> DBusRequestNameReply
fn clone(&self) -> DBusRequestNameReply
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DBusRequestNameReply
Source§impl Debug for DBusRequestNameReply
impl Debug for DBusRequestNameReply
Source§impl PartialEq for DBusRequestNameReply
impl PartialEq for DBusRequestNameReply
Source§fn eq(&self, other: &DBusRequestNameReply) -> bool
fn eq(&self, other: &DBusRequestNameReply) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DBusRequestNameReply
Auto Trait Implementations§
impl Freeze for DBusRequestNameReply
impl RefUnwindSafe for DBusRequestNameReply
impl Send for DBusRequestNameReply
impl Sync for DBusRequestNameReply
impl Unpin for DBusRequestNameReply
impl UnsafeUnpin for DBusRequestNameReply
impl UnwindSafe for DBusRequestNameReply
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more