Struct activitystreams_types::collection::OrderedCollectionPage [] [src]

pub struct OrderedCollectionPage {
    pub object_props: ObjectProperties,
    pub collection_props: CollectionProperties,
    pub collection_page_props: CollectionPageProperties,
    pub ordered_collection_page_props: OrderedCollectionPageProperties,
    // some fields omitted
}

Used to represent ordered subsets of items from an OrderedCollection.

Fields

Adds all valid object properties to this struct

Adds all valid collection properties to this struct

Adds all valid collection page properties to this struct

Adds all valid ordered collection page properties to this struct

Trait Implementations

impl Clone for OrderedCollectionPage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for OrderedCollectionPage
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for OrderedCollectionPage
[src]

[src]

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

impl Object for OrderedCollectionPage
[src]

impl Collection for OrderedCollectionPage
[src]

impl CollectionPage for OrderedCollectionPage
[src]

Auto Trait Implementations