Struct xpcom::interfaces::nsIFeedPerson [] [src]

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

interface nsIFeedPerson : nsIFeedElementBase

/**
 *  An nsIFeedPerson represents an author or contributor of a feed.
 */

Methods

impl nsIFeedPerson
[src]

[src]

Cast this nsIFeedPerson to one of its base interfaces.

impl nsIFeedPerson
[src]

[src]

/**
   * The name of the person.
   */

attribute AString name;

[src]

/**
   * The name of the person.
   */

attribute AString name;

[src]

/**
   * An email address associated with the person.
   */

attribute AString email;

[src]

/**
   * An email address associated with the person.
   */

attribute AString email;

[src]

/**
   * A URI associated with the person (e.g. a homepage).
   */

attribute nsIURI uri;

[src]

/**
   * A URI associated with the person (e.g. a homepage).
   */

attribute nsIURI uri;

Methods from Deref<Target = nsIFeedElementBase>

[src]

Cast this nsIFeedElementBase to one of its base interfaces.

[src]

/**
   * The attributes found on the element. Most interfaces provide convenience
   * accessors for their standard fields, so this useful only when looking for
   * an extension.
   */

attribute nsISAXAttributes attributes;

[src]

/**
   * The attributes found on the element. Most interfaces provide convenience
   * accessors for their standard fields, so this useful only when looking for
   * an extension.
   */

attribute nsISAXAttributes attributes;

[src]

/**
   * The baseURI for the Entry or Feed.
   */

attribute nsIURI baseURI;

[src]

/**
   * The baseURI for the Entry or Feed.
   */

attribute nsIURI baseURI;

Trait Implementations

impl XpCom for nsIFeedPerson
[src]

IID: nsIID = nsID(701224031, 62163, 19240, [181, 87, 58, 183, 166, 30, 205, 228])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIFeedPerson
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.