Struct activitypub::activity::Announce[][src]

pub struct Announce {
    pub announce_props: AnnounceProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

Indicates that the actor is calling the target's attention the object.

The origin typically has no defined meaning.

Fields

Trait Implementations

impl Clone for Announce
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Announce
[src]

Formats the value using the given formatter. Read more

impl Default for Announce
[src]

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

impl Object for Announce
[src]

impl Activity for Announce
[src]

Auto Trait Implementations

impl Send for Announce

impl Sync for Announce