Struct activitypub::activity::Read[][src]

pub struct Read {
    pub read_props: ReadProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

Indicates that the actor has read the object.

Fields

Trait Implementations

impl Clone for Read
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Read
[src]

Formats the value using the given formatter. Read more

impl Default for Read
[src]

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

impl Object for Read
[src]

impl ObjectExt for Read
[src]

impl ApObjectExt for Read
[src]

impl Activity for Read
[src]

impl ActivityExt for Read
[src]

Auto Trait Implementations

impl Send for Read

impl Sync for Read