Struct activitystreams::activity::Dislike[][src]

pub struct Dislike {
    pub kind: DislikeType,
    pub dislike_props: ActorAndObject,
    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<'de> Deserialize<'de> for Dislike
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Object for Dislike
[src]

impl ActivityExt for Dislike
[src]

impl Clone for Dislike
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Dislike
[src]

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

impl ObjectExt for Dislike
[src]

impl Debug for Dislike
[src]

Formats the value using the given formatter. Read more

impl Serialize for Dislike
[src]

Serialize this value into the given Serde serializer. Read more

impl Activity for Dislike
[src]

Auto Trait Implementations

impl Send for Dislike

impl Sync for Dislike