Struct activitystreams_types::activity::Flag[][src]

pub struct Flag {
    pub kind: FlagType,
    pub flag_props: FlagProperties,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

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

Adds all valid flag 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 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 Activity for Flag
[src]

impl ActivityExt for Flag
[src]

Auto Trait Implementations

impl Send for Flag

impl Sync for Flag