[][src]Trait activitystreams::markers::Object

pub trait Object: Base { }

Describes an object of any kind.

The Object type serves as the base type for most of the other kinds of objects defined in the Activity Vocabulary, including other Core types such as Activity, IntransitiveActivity, Collection and OrderedCollection.

Implementors

impl Object for Arrive[src]

impl Object for Delete[src]

impl Object for Invite[src]

impl Object for Question[src]

impl Object for Travel[src]

impl Object for OrderedCollectionPage[src]

impl Object for Place[src]

impl Object for Profile[src]

impl Object for Relationship[src]

impl Object for Tombstone[src]

impl<Inner> Object for ApActor<Inner> where
    Inner: Object
[src]

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

impl<Kind> Object for Activity<Kind>[src]

impl<Kind> Object for ActorAndObject<Kind>[src]

impl<Kind> Object for ActorAndObjectOptOriginAndTarget<Kind>[src]

impl<Kind> Object for ActorAndObjectOptTarget<Kind>[src]

impl<Kind> Object for Actor<Kind>[src]

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

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

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

Loading content...