Struct xpcom::interfaces::nsILoginReputationService [] [src]

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

interface nsILoginReputationService : nsISupports

Methods

impl nsILoginReputationService
[src]

[src]

Cast this nsILoginReputationService to one of its base interfaces.

impl nsILoginReputationService
[src]

[src]

void init ();

[src]

void queryReputationAsync (in nsIDOMHTMLInputElement aInput, in nsILoginReputationQueryCallback aCallback);

[src]

void queryReputation (in nsILoginReputationQuery aQuery, in nsILoginReputationQueryCallback aCallback);

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

IID: nsIID = nsID(457121278, 52794, 18539, [149, 62, 206, 90, 200, 99, 239, 249])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsILoginReputationService
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.