Struct gtk::MountOperationBuilder[][src]

pub struct MountOperationBuilder { /* fields omitted */ }
Expand description

A builder-pattern type to construct MountOperation objects.

Implementations

Create a new MountOperationBuilder.

Build the MountOperation.

Whether to use an anonymous user when authenticating.

The index of the user’s choice when a question is asked during the mount operation. See the signal::gio::MountOperation::ask-question signal.

The domain to use for the mount operation.

Whether the device to be unlocked is a TCRYPT hidden volume. See the VeraCrypt documentation.

Whether the device to be unlocked is a TCRYPT system volume. In this context, a system volume is a volume with a bootloader and operating system installed. This is only supported for Windows operating systems. For further documentation, see the VeraCrypt documentation.

The password that is used for authentication when carrying out the mount operation.

The VeraCrypt PIM value, when unlocking a VeraCrypt volume. See the VeraCrypt documentation.

The user name that is used for authentication when carrying out the mount operation.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. 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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.