Struct activitystreams_types::collection::UnorderedCollection[][src]

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

The default Collection type.

Fields

Adds all valid 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 Collection for UnorderedCollection
[src]

impl CollectionExt for UnorderedCollection
[src]

Auto Trait Implementations