pub enum GDBusObject {}Auto Trait Implementations§
impl Freeze for GDBusObject
impl RefUnwindSafe for GDBusObject
impl Send for GDBusObject
impl Sync for GDBusObject
impl Unpin for GDBusObject
impl UnwindSafe for GDBusObject
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