pub struct ObjectManagerInterfacesRemoved {
    pub object: Path<'static>,
    pub interfaces: Vec<String>,
}

Fields

object: Path<'static>interfaces: Vec<String>

Trait Implementations

Performs the append operation by borrowing self.

Formats the value using the given formatter. Read more

Performs the read operation.

D-Bus name of signal

D-Bus name of interface this signal belongs to

Returns a message that emits the signal.

If the message is a signal of the correct type, return its arguments, otherwise return None. Read more

Returns a match rule matching this signal. Read more

Returns a string that can be sent to Connection::add_match. 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

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.