Struct activitypub::activity::Dislike[][src]

pub struct Dislike {
    pub dislike_props: DislikeProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

Indicates that the actor dislikes the object.

Fields

Trait Implementations

impl Clone for Dislike
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Dislike
[src]

Formats the value using the given formatter. Read more

impl Default for Dislike
[src]

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

impl Object for Dislike
[src]

impl Activity for Dislike
[src]

Auto Trait Implementations

impl Send for Dislike

impl Sync for Dislike