Module object_server

Source
Expand description

The object server API.

Modulesยง

dispatch_notifier ๐Ÿ”’
The object server API.
interface ๐Ÿ”’
node ๐Ÿ”’
The object server API.
signal_emitter ๐Ÿ”’

Structsยง

InterfaceDeref
Opaque structure that derefs to an Interface type.
InterfaceDerefMut
Opaque structure that mutably derefs to an Interface type.
InterfaceRef
Wrapper over an interface, along with its corresponding SignalEmitter instance. A reference to the underlying interface may be obtained via InterfaceRef::get and InterfaceRef::get_mut.
ObjectServer
An object server, holding server-side D-Bus objects & interfaces.
ResponseDispatchNotifier
A response wrapper that notifies after the response has been sent.
SignalEmitter
A signal emitter.

Enumsยง

DispatchResult
A helper type returned by Interface callbacks.

Traitsยง

Interface
This trait is used to dispatch messages to an interface instance.

Type Aliasesยง

SignalContextDeprecated