#[repr(C)]pub enum DBusReleaseNameReply {
Released = 1,
NonExistent = 2,
NotOwner = 3,
}Variants§
Trait Implementations§
Source§impl Clone for DBusReleaseNameReply
impl Clone for DBusReleaseNameReply
Source§fn clone(&self) -> DBusReleaseNameReply
fn clone(&self) -> DBusReleaseNameReply
Returns a duplicate 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 for DBusReleaseNameReply
impl PartialEq for DBusReleaseNameReply
impl Copy for DBusReleaseNameReply
impl StructuralPartialEq for DBusReleaseNameReply
Auto Trait Implementations§
impl Freeze for DBusReleaseNameReply
impl RefUnwindSafe for DBusReleaseNameReply
impl Send for DBusReleaseNameReply
impl Sync for DBusReleaseNameReply
impl Unpin for DBusReleaseNameReply
impl UnwindSafe for DBusReleaseNameReply
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