[][src]Trait activitystreams::collection::AsCollection

pub trait AsCollection<Kind>: Collection {
    fn collection_ref(&self) -> &Collection<Kind>;
fn collection_mut(&mut self) -> &mut Collection<Kind>; }

Implementation trait for deriving Collection methods for a type

Any type implementing AsCollection will automatically gain methods provided by CollectionExt

Required methods

fn collection_ref(&self) -> &Collection<Kind>

fn collection_mut(&mut self) -> &mut Collection<Kind>

Loading content...

Implementors

impl AsCollection<OrderedCollectionPageType> for OrderedCollectionPage[src]

impl<Inner, Kind> AsCollection<Kind> for ApObject<Inner> where
    Inner: AsCollection<Kind>, 
[src]

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

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

Loading content...