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