[][src]Trait activitystreams::markers::Base

pub trait Base { }

The lowermost trait of the trait structure

Base exists solely so Object and Link can have impls that don't potentially conflict

Implementors

impl Base for Arrive[src]

impl Base for Delete[src]

impl Base for Invite[src]

impl Base for Question[src]

impl Base for Travel[src]

impl Base for OrderedCollectionPage[src]

impl Base for Place[src]

impl Base for Profile[src]

impl Base for Relationship[src]

impl Base for Tombstone[src]

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

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

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

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

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

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

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

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

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

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

impl<Kind> Base for Link<Kind>[src]

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

Loading content...