Struct activitypub::collection::UnorderedCollectionPage[][src]

pub struct UnorderedCollectionPage {
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub collection_props: CollectionProperties,
    pub collection_page_props: CollectionPageProperties,
    // some fields omitted
}

Used to represent distinct subsets of items from a Collection.

Fields

Adds all valid object properties to this struct

Adds all valid ap object properties to this struct

Adds all valid collection properties to this struct

Adds all valid collection page properties to this struct

Trait Implementations

impl Clone for UnorderedCollectionPage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UnorderedCollectionPage
[src]

Formats the value using the given formatter. Read more

impl Default for UnorderedCollectionPage
[src]

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

impl Object for UnorderedCollectionPage
[src]

impl Collection for UnorderedCollectionPage
[src]

impl CollectionPage for UnorderedCollectionPage
[src]

Auto Trait Implementations