Module activitystreams_types::collection[][src]

Namespace for Collection types

Modules

kind

Namespace for Unit Structs that serialize to strings

properties

Namespace for properties of standard collection types

Structs

OrderedCollection

A subtype of Collection in which members of the logical collection are assumed to always be strictly ordered.

OrderedCollectionPage

Used to represent ordered subsets of items from an OrderedCollection.

UnorderedCollection

The default Collection type.

UnorderedCollectionPage

Used to represent distinct subsets of items from a Collection.

Traits

CollectionExt

The Collection Extension Trait

CollectionPageExt

The Collection Page Extension Trait