Struct activitystreams::activity::Create[][src]

pub struct Create {
    pub kind: CreateType,
    pub create_props: ActorAndObject,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

Indicates that the actor has created the object.

Fields

Adds all valid create 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 Create
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Object for Create
[src]

impl ActivityExt for Create
[src]

impl Clone for Create
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Create
[src]

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

impl ObjectExt for Create
[src]

impl Debug for Create
[src]

Formats the value using the given formatter. Read more

impl Serialize for Create
[src]

Serialize this value into the given Serde serializer. Read more

impl Activity for Create
[src]

Auto Trait Implementations

impl Send for Create

impl Sync for Create