Struct xpcom::interfaces::nsIWebBrowserPersistDocumentReceiver [] [src]

#[repr(C)]
pub struct nsIWebBrowserPersistDocumentReceiver { /* fields omitted */ }

interface nsIWebBrowserPersistDocumentReceiver : nsISupports

/**
 * Asynchronous callback for creating a persistable document from some
 * other object.
 *
 * @see nsIWebBrowserPersistable.
 */

Methods

impl nsIWebBrowserPersistDocumentReceiver
[src]

[src]

Cast this nsIWebBrowserPersistDocumentReceiver to one of its base interfaces.

impl nsIWebBrowserPersistDocumentReceiver
[src]

[src]

void onDocumentReady (in nsIWebBrowserPersistDocument aDocument);

[src]

void onError (in nsresult aFailure);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIWebBrowserPersistDocumentReceiver
[src]

IID: nsIID = nsID(840839540, 22863, 16438, [183, 190, 121, 27, 130, 27, 211, 118])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIWebBrowserPersistDocumentReceiver
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIWebBrowserPersistDocumentReceiver
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.