[][src]Trait activitystreams::markers::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.

Implementors

impl Collection for OrderedCollectionPage[src]

impl<Inner> Collection for ApObject<Inner> where
    Inner: Collection
[src]

impl<Kind> Collection for Collection<Kind>[src]

impl<Kind> Collection for CollectionPage<Kind>[src]

Loading content...