Struct activitypub::collection::UnorderedCollection[][src]

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

The default Collection type.

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 UnorderedCollection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UnorderedCollection
[src]

Formats the value using the given formatter. Read more

impl Default for UnorderedCollection
[src]

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

impl Object for UnorderedCollection
[src]

impl ObjectExt for UnorderedCollection
[src]

impl ApObjectExt for UnorderedCollection
[src]

impl Collection for UnorderedCollection
[src]

impl CollectionExt for UnorderedCollection
[src]

Auto Trait Implementations