logo
pub struct Properties;
Expand description

Server-side implementation for the org.freedesktop.DBus.Properties interface. This interface is implemented automatically for any object registered to the ObjectServer.

Implementations

Emits the org.freedesktop.DBus.Properties.PropertiesChanged signal.

Trait Implementations

Return the name of the interface. Ex: “org.foo.MyInterface”

Get a property value. Returns None if the property doesn’t exist.

Return all the properties.

Set a property value. Read more

Set a property value. Read more

Call a method. Read more

Call a &mut self method. Read more

Write introspection XML to the writer, with the given indentation level.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.