Struct activitystreams::activity::Like[][src]

pub struct Like {
    pub kind: LikeType,
    pub like_props: ActorAndObject,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

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

The target and origin typically have no defined meaning.

Fields

Adds all valid like 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 Like
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Object for Like
[src]

impl ActivityExt for Like
[src]

impl Clone for Like
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Like
[src]

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

impl ObjectExt for Like
[src]

impl Debug for Like
[src]

Formats the value using the given formatter. Read more

impl Serialize for Like
[src]

Serialize this value into the given Serde serializer. Read more

impl Activity for Like
[src]

Auto Trait Implementations

impl Send for Like

impl Sync for Like