Struct activitystreams_types::activity::Accept[][src]

pub struct Accept {
    pub kind: AcceptType,
    pub accept_props: AcceptProperties,
    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 Clone for Accept
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Accept
[src]

Formats the value using the given formatter. Read more

impl Default for Accept
[src]

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

impl Object for Accept
[src]

impl ObjectExt for Accept
[src]

impl Activity for Accept
[src]

impl ActivityExt for Accept
[src]

Auto Trait Implementations

impl Send for Accept

impl Sync for Accept