Struct activitystreams_types::object::Page[][src]

pub struct Page {
    pub object_props: ObjectProperties,
    // some fields omitted
}

Represents a Web Page.

Fields

Adds all valid object properties to this struct

Trait Implementations

impl Clone for Page
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Page
[src]

Formats the value using the given formatter. Read more

impl Default for Page
[src]

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

impl Object for Page
[src]

impl ObjectExt for Page
[src]

Auto Trait Implementations

impl Send for Page

impl Sync for Page