Struct dbus_udisks2::UDisks2

source ·
pub struct UDisks2 { /* private fields */ }

Implementations§

Refresh the managed objects fetched from the DBus server.

Find the drive that corresponds to the given dbus object path.

An iterator of Drive objects fetched from the inner cached managed objects.

Find the block that corresponds to the given dbus object path.

An iterator of Block objects fetched from the inner cached managed objects.

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.