Struct activitystreams::activity::Read[][src]

pub struct Read {
    pub kind: ReadType,
    pub read_props: ActorAndObject,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

Indicates that the actor has read the object.

Fields

Adds all valid read 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 Read
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Object for Read
[src]

impl ActivityExt for Read
[src]

impl Clone for Read
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Read
[src]

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

impl ObjectExt for Read
[src]

impl Debug for Read
[src]

Formats the value using the given formatter. Read more

impl Serialize for Read
[src]

Serialize this value into the given Serde serializer. Read more

impl Activity for Read
[src]

Auto Trait Implementations

impl Send for Read

impl Sync for Read