Struct activitystreams_types::activity::Remove [] [src]

pub struct Remove {
    pub kind: RemoveType,
    pub remove_props: RemoveProperties,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

Indicates that the actor is removing the object.

If specified, the origin indicates the context from which the object is being removed.

Fields

Adds all valid remove 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 Remove
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Remove
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Remove
[src]

[src]

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

impl Object for Remove
[src]

impl Activity for Remove
[src]

Auto Trait Implementations

impl Send for Remove

impl Sync for Remove