[−][src]Trait activitystreams_types::collection::CollectionPageExt
The Collection Page Extension Trait
This trait provides generic access to a collection page's properties
Required methods
fn props(&self) -> &CollectionPageProperties
fn props_mut(&mut self) -> &mut CollectionPageProperties
Implementors
impl CollectionPageExt for OrderedCollectionPage[src]
impl CollectionPageExt for OrderedCollectionPagefn props(&self) -> &CollectionPageProperties | [src] |
fn props_mut(&mut self) -> &mut CollectionPageProperties | [src] |
impl CollectionPageExt for UnorderedCollectionPage[src]
impl CollectionPageExt for UnorderedCollectionPagefn props(&self) -> &CollectionPageProperties | [src] |
fn props_mut(&mut self) -> &mut CollectionPageProperties | [src] |