Expand description
The client-side proxy API.
Structs§
- Builder
- Builder for proxies.
- Owner
Changed Stream - A
stream::Stream
implementation that yieldsUniqueName
when the bus owner changes. - Property
Changed - A property changed event.
- Property
Stream - A
stream::Stream
implementation that yields property change notifications. - Proxy
- A client-side interface proxy.
- Signal
Stream - A
stream::Stream
implementation that yields signal messages.
Enums§
- Cache
Properties - The properties caching mode.
- Method
Flags - Flags to use with
Proxy::call_with_flags
.
Traits§
- Proxy
Default - Trait for the default associated values of a proxy.
- Proxy
Impl - This trait is implemented by all async proxies, which are generated with the
dbus_proxy
macro.