Struct activitystreams_types::activity::Dislike[][src]

pub struct Dislike {
    pub kind: DislikeType,
    pub dislike_props: DislikeProperties,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

Indicates that the actor dislikes the object.

Fields

Adds all valid dislike properties to this struct

Adds all valid object properties to this struct

Adds all valid activity properties to this struct

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 ObjectExt for Dislike
[src]

impl Activity for Dislike
[src]

impl ActivityExt for Dislike
[src]

Auto Trait Implementations

impl Send for Dislike

impl Sync for Dislike