Struct activitypub::activity::Like[][src]

pub struct Like {
    pub like_props: LikeProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

Indicates that the actor likes, recommends or endorses the object.

The target and origin typically have no defined meaning.

Fields

Trait Implementations

impl Clone for Like
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Like
[src]

Formats the value using the given formatter. Read more

impl Default for Like
[src]

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

impl Object for Like
[src]

impl ObjectExt for Like
[src]

impl ApObjectExt for Like
[src]

impl Activity for Like
[src]

impl ActivityExt for Like
[src]

Auto Trait Implementations

impl Send for Like

impl Sync for Like