struct Manager {
    sender: Threaded<Application>,
    enabled: bool,
}
Expand description

Accepts commands controlling the debug mode

Fields

sender: Threaded<Application>enabled: bool

Implementations

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. Returns None if the property doesn’t exist.

Call a &self method. Returns None if the method doesn’t exist.

Call a &mut self method. Returns None if the method doesn’t exist.

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.