Struct activitystreams_types::activity::View[][src]

pub struct View {
    pub kind: ViewType,
    pub view_props: ViewProperties,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

Indicates that the actor has viewed the object.

Fields

Adds all valid view 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 View
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for View
[src]

Formats the value using the given formatter. Read more

impl Default for View
[src]

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

impl Object for View
[src]

impl ObjectExt for View
[src]

impl Activity for View
[src]

impl ActivityExt for View
[src]

Auto Trait Implementations

impl Send for View

impl Sync for View