Struct activitypub::activity::Follow[][src]

pub struct Follow {
    pub follow_props: FollowProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

Indicates that the actor is "following" the object.

Following is defined in the sense typically used within Social systems in which the actor is interested in any activity performed by or on the object. The target and origin typically have no defined meaning.

Fields

Trait Implementations

impl Clone for Follow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Follow
[src]

Formats the value using the given formatter. Read more

impl Default for Follow
[src]

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

impl Object for Follow
[src]

impl Activity for Follow
[src]

Auto Trait Implementations

impl Send for Follow

impl Sync for Follow