Struct activitypub::activity::Create[][src]

pub struct Create {
    pub create_props: CreateProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

Indicates that the actor has created the object.

Fields

Trait Implementations

impl Clone for Create
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Create
[src]

Formats the value using the given formatter. Read more

impl Default for Create
[src]

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

impl Object for Create
[src]

impl Activity for Create
[src]

Auto Trait Implementations

impl Send for Create

impl Sync for Create