Struct activitypub::collection::OrderedCollection[][src]

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

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

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

Trait Implementations

impl Clone for OrderedCollection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrderedCollection
[src]

Formats the value using the given formatter. Read more

impl Default for OrderedCollection
[src]

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

impl Object for OrderedCollection
[src]

impl Collection for OrderedCollection
[src]

Auto Trait Implementations