Struct activitystreams::collection::UnorderedCollectionPage[][src]

pub struct UnorderedCollectionPage {
    pub object_props: ObjectProperties,
    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 collection properties to this struct

Adds all valid collection page properties to this struct

Trait Implementations

impl<'de> Deserialize<'de> for UnorderedCollectionPage
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for UnorderedCollectionPage
[src]

Serialize this value into the given Serde serializer. Read more

impl Collection for UnorderedCollectionPage
[src]

impl Clone for UnorderedCollectionPage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl CollectionPage for UnorderedCollectionPage
[src]

impl Default for UnorderedCollectionPage
[src]

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

impl CollectionPageExt for UnorderedCollectionPage
[src]

impl Debug for UnorderedCollectionPage
[src]

Formats the value using the given formatter. Read more

impl CollectionExt for UnorderedCollectionPage
[src]

impl ObjectExt for UnorderedCollectionPage
[src]

impl Object for UnorderedCollectionPage
[src]

Auto Trait Implementations