pub enum BusType {
Session,
System,
Auto,
}Expand description
D-Bus bus type selection.
Variants§
Session
Session bus (user session).
System
System bus (system-wide).
Auto
Try session first, fall back to system.
Trait Implementations§
impl Copy for BusType
Auto Trait Implementations§
impl Freeze for BusType
impl RefUnwindSafe for BusType
impl Send for BusType
impl Sync for BusType
impl Unpin for BusType
impl UnwindSafe for BusType
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