Enum dbus::ffidisp::ReleaseNameReply  
source · [−]#[repr(C)]
pub enum ReleaseNameReply {
    Released,
    NonExistent,
    NotOwner,
}Variants
Released
NonExistent
NotOwner
Trait Implementations
sourceimpl Clone for DBusReleaseNameReply
 
impl Clone for DBusReleaseNameReply
sourcefn clone(&self) -> DBusReleaseNameReply
 
fn clone(&self) -> DBusReleaseNameReply
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 DBusReleaseNameReply
 
impl Debug for DBusReleaseNameReply
sourceimpl PartialEq<DBusReleaseNameReply> for DBusReleaseNameReply
 
impl PartialEq<DBusReleaseNameReply> for DBusReleaseNameReply
sourcefn eq(&self, other: &DBusReleaseNameReply) -> bool
 
fn eq(&self, other: &DBusReleaseNameReply) -> bool
impl Copy for DBusReleaseNameReply
impl StructuralPartialEq for DBusReleaseNameReply
Auto Trait Implementations
impl RefUnwindSafe for DBusReleaseNameReply
impl Send for DBusReleaseNameReply
impl Sync for DBusReleaseNameReply
impl Unpin for DBusReleaseNameReply
impl UnwindSafe for DBusReleaseNameReply
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