Struct activitystreams_types::collection::UnorderedCollectionPage [−][src]
pub struct UnorderedCollectionPage {
pub object_props: ObjectProperties,
pub collection_props: CollectionProperties,
pub collection_page_props: CollectionPageProperties,
// some fields omitted
}Used to represent distinct subsets of items from a Collection.
Fields
object_props: ObjectProperties
Adds all valid object properties to this struct
collection_props: CollectionProperties
Adds all valid collection properties to this struct
collection_page_props: CollectionPageProperties
Adds all valid collection page properties to this struct
Trait Implementations
impl Clone for UnorderedCollectionPage[src]
impl Clone for UnorderedCollectionPagefn clone(&self) -> UnorderedCollectionPage[src]
fn clone(&self) -> UnorderedCollectionPageReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for UnorderedCollectionPage[src]
impl Debug for UnorderedCollectionPagefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for UnorderedCollectionPage[src]
impl Default for UnorderedCollectionPagefn default() -> UnorderedCollectionPage[src]
fn default() -> UnorderedCollectionPageReturns the "default value" for a type. Read more
impl Object for UnorderedCollectionPage[src]
impl Object for UnorderedCollectionPageimpl ObjectExt for UnorderedCollectionPage[src]
impl ObjectExt for UnorderedCollectionPagefn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectPropertiesimpl Collection for UnorderedCollectionPage[src]
impl Collection for UnorderedCollectionPageimpl CollectionExt for UnorderedCollectionPage[src]
impl CollectionExt for UnorderedCollectionPagefn props(&self) -> &CollectionProperties[src]
fn props(&self) -> &CollectionPropertiesfn props_mut(&mut self) -> &mut CollectionProperties[src]
fn props_mut(&mut self) -> &mut CollectionPropertiesimpl CollectionPage for UnorderedCollectionPage[src]
impl CollectionPage for UnorderedCollectionPageimpl CollectionPageExt for UnorderedCollectionPage[src]
impl CollectionPageExt for UnorderedCollectionPagefn props(&self) -> &CollectionPageProperties[src]
fn props(&self) -> &CollectionPagePropertiesfn props_mut(&mut self) -> &mut CollectionPageProperties[src]
fn props_mut(&mut self) -> &mut CollectionPagePropertiesAuto Trait Implementations
impl Send for UnorderedCollectionPage
impl Send for UnorderedCollectionPageimpl Sync for UnorderedCollectionPage
impl Sync for UnorderedCollectionPage