pub struct SystemdConnection { /* private fields */ }
Implementations§
Source§impl SystemdConnection
impl SystemdConnection
pub fn new() -> Result<SystemdConnection, String>
pub fn dbus_connection(&self) -> &DbusConnection
Auto Trait Implementations§
impl Freeze for SystemdConnection
impl !RefUnwindSafe for SystemdConnection
impl !Send for SystemdConnection
impl !Sync for SystemdConnection
impl Unpin for SystemdConnection
impl !UnwindSafe for SystemdConnection
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