Struct xpcom::interfaces::mozIStoragePendingStatement [] [src]

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

interface mozIStoragePendingStatement : nsISupports

Methods

impl mozIStoragePendingStatement
[src]

[src]

Cast this mozIStoragePendingStatement to one of its base interfaces.

impl mozIStoragePendingStatement
[src]

[src]

/**
   * Cancels a pending statement, if possible.  This will only fail if you try
   * cancel more than once.
   *
   * @note For read statements (such as SELECT), you will no longer receive any
   *       notifications about results once cancel is called.
   */

void cancel ();

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 mozIStoragePendingStatement
[src]

IID: nsIID = nsID(14318880, 14184, 17304, [190, 220, 227, 16, 195, 36, 179, 240])

[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 mozIStoragePendingStatement
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for mozIStoragePendingStatement
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.