Struct activitypub::link::Mention[][src]

pub struct Mention {
    pub link_props: LinkProperties,
    // some fields omitted
}

A specialized Link that represents an @mention.

Fields

Adds all valid link properties to this struct

Trait Implementations

impl<'de> Deserialize<'de> for Mention
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for Mention
[src]

Serialize this value into the given Serde serializer. Read more

impl Clone for Mention
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Mention
[src]

Returns the "default value" for a type. Read more

impl Debug for Mention
[src]

Formats the value using the given formatter. Read more

impl LinkExt for Mention
[src]

Auto Trait Implementations

impl Send for Mention

impl Sync for Mention