Struct ashpd::desktop::email::EmailProxy[][src]

pub struct EmailProxy<'a>(_);
Expand description

The interface lets sandboxed applications request sending an email.

Implementations

Create a new instance of EmailProxy.

Get a reference to the underlying Proxy.

Presents a window that lets the user compose an email.

Note that the default email client for the host will need to support mailto: URIs following RFC 2368.

Arguments

  • identifier - Identifier for the application window.
  • email - An Email.

Trait Implementations

Formats the value using the given formatter. 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 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.