Struct activitypub::activity::Accept[][src]

pub struct Accept {
    pub accept_props: AcceptProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

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

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 ApObjectExt for Accept
[src]

impl Activity for Accept
[src]

impl ActivityExt for Accept
[src]

Auto Trait Implementations

impl Send for Accept

impl Sync for Accept