Struct activitystreams::activity::Delete[][src]

pub struct Delete {
    pub kind: DeleteType,
    pub delete_props: ActorAndObjectOptOrigin,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

Indicates that the actor has deleted the object.

If specified, the origin indicates the context from which the object was deleted.

Fields

Adds all valid delete 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 Delete
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Object for Delete
[src]

impl ActivityExt for Delete
[src]

impl Clone for Delete
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Delete
[src]

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

impl ObjectExt for Delete
[src]

impl Debug for Delete
[src]

Formats the value using the given formatter. Read more

impl Serialize for Delete
[src]

Serialize this value into the given Serde serializer. Read more

impl Activity for Delete
[src]

Auto Trait Implementations

impl Send for Delete

impl Sync for Delete