Struct power_monitor::powerd::client::DBusClient
source · pub struct DBusClient {
connection: Connection,
}
Fields§
§connection: Connection
Implementations§
source§impl DBusClient
impl DBusClient
Trait Implementations§
source§impl PowerClient for DBusClient
impl PowerClient for DBusClient
Auto Trait Implementations§
impl !RefUnwindSafe for DBusClient
impl Send for DBusClient
impl !Sync for DBusClient
impl Unpin for DBusClient
impl !UnwindSafe for DBusClient
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