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