Struct activitystreams::activity::Accept[][src]

pub struct Accept {
    pub kind: AcceptType,
    pub accept_props: ActorAndObject,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

Indicates that the actor accepts the object.

The target property can be used in certain circumstances to indicate the context into which the object has been accepted.

Fields

Adds all valid accept properties to this struct

Adds all valid object properties to this struct

Adds all valid activity properties to this struct

Trait Implementations

impl Activity for Accept
[src]

impl<'de> Deserialize<'de> for Accept
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for Accept
[src]

Serialize this value into the given Serde serializer. Read more

impl ActivityExt for Accept
[src]

impl Clone for Accept
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Accept
[src]

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

impl Debug for Accept
[src]

Formats the value using the given formatter. Read more

impl ObjectExt for Accept
[src]

impl Object for Accept
[src]

Auto Trait Implementations

impl Send for Accept

impl Sync for Accept