[][src]Trait activitystreams::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 AMove[src]

impl Base for Accept[src]

impl Base for Add[src]

impl Base for Announce[src]

impl Base for Arrive[src]

impl Base for Block[src]

impl Base for Create[src]

impl Base for Delete[src]

impl Base for Dislike[src]

impl Base for Flag[src]

impl Base for Follow[src]

impl Base for Ignore[src]

impl Base for Invite[src]

impl Base for Join[src]

impl Base for Leave[src]

impl Base for Like[src]

impl Base for Listen[src]

impl Base for Offer[src]

impl Base for Question[src]

impl Base for Read[src]

impl Base for Reject[src]

impl Base for Remove[src]

impl Base for TentativeAccept[src]

impl Base for TentativeReject[src]

impl Base for Travel[src]

impl Base for Undo[src]

impl Base for Update[src]

impl Base for View[src]

impl Base for Application[src]

impl Base for Group[src]

impl Base for Organization[src]

impl Base for Person[src]

impl Base for Service[src]

impl Base for OrderedCollection[src]

impl Base for OrderedCollectionPage[src]

impl Base for UnorderedCollection[src]

impl Base for UnorderedCollectionPage[src]

impl Base for Mention[src]

impl Base for Article[src]

impl Base for Audio[src]

impl Base for Document[src]

impl Base for Event[src]

impl Base for Image[src]

impl Base for Note[src]

impl Base for Page[src]

impl Base for Place[src]

impl Base for Profile[src]

impl Base for Relationship[src]

impl Base for Tombstone[src]

impl Base for Video[src]

impl<T, U> Base for Ext<T, U> where
    T: Base,
    U: Debug
[src]

Loading content...