Struct dbus_tree::Signal[][src]

pub struct Signal<D: DataType> { /* fields omitted */ }
Expand description

A D-Bus Signal.

Implementations

Builder method that adds an Argument to the Signal.

Builder method that adds an Argument to the Signal.

Builder method that adds multiple Arguments to the Signal.

Add an annotation to this Signal.

Add an annotation that this entity is deprecated.

Get signal name

Get associated data

Returns a message which emits the signal when sent.

Same as “msg” but also takes a list of arguments to send.

Returns a message which emits the signal when sent.

Same as “emit” but does not take an “items” argument.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.