Struct webfinger::Webfinger[][src]

pub struct Webfinger {
    pub subject: String,
    pub aliases: Vec<String>,
    pub links: Vec<Link>,
}

WebFinger result that may serialized or deserialized to JSON

Fields

The subject of this WebFinger result.

It is an acct: URI

A list of aliases for this WebFinger result.

Links to places where you may find more information about this resource.

Trait Implementations

impl Debug for Webfinger
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Webfinger
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Webfinger

impl Sync for Webfinger