[][src]Trait activitystreams::collection::Collection

pub trait Collection: Object { }

A Collection is a subtype of Object that represents ordered or unordered sets of Object or Link instances.

The items within a Collection can be ordered or unordered. The OrderedCollection type MAY be used to identify a Collection whose items are always ordered. In the JSON serialization, the unordered items of a Collection are represented using the items property while ordered items are represented using the orderedItems property.

UnorderedCollection and OrderedCollection types are provided by the activitystreams-types crate.

Implementors

impl Collection for activitystreams::collection::apub::OrderedCollection[src]

impl Collection for activitystreams::collection::apub::OrderedCollectionPage[src]

impl Collection for activitystreams::collection::apub::UnorderedCollection[src]

impl Collection for activitystreams::collection::apub::UnorderedCollectionPage[src]

impl Collection for activitystreams::collection::streams::OrderedCollection[src]

impl Collection for activitystreams::collection::streams::OrderedCollectionPage[src]

impl Collection for activitystreams::collection::streams::UnorderedCollection[src]

impl Collection for activitystreams::collection::streams::UnorderedCollectionPage[src]

Loading content...