Struct activitypub::activity::Flag[][src]

pub struct Flag {
    pub flag_props: FlagProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

Indicates that the actor is "flagging" the object.

Flagging is defined in the sense common to many social platforms as reporting content as being inappropriate for any number of reasons.

Fields

Trait Implementations

impl Clone for Flag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Flag
[src]

Formats the value using the given formatter. Read more

impl Default for Flag
[src]

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

impl Object for Flag
[src]

impl ObjectExt for Flag
[src]

impl ApObjectExt for Flag
[src]

impl Activity for Flag
[src]

impl ActivityExt for Flag
[src]

Auto Trait Implementations

impl Send for Flag

impl Sync for Flag