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