Struct activitystreams_types::collection::UnorderedCollection [−][src]
pub struct UnorderedCollection {
pub object_props: ObjectProperties,
pub collection_props: CollectionProperties,
// some fields omitted
}The default Collection type.
Fields
object_props: ObjectProperties
Adds all valid object properties to this struct
collection_props: CollectionProperties
Adds all valid collection properties to this struct
Trait Implementations
impl Clone for UnorderedCollection[src]
impl Clone for UnorderedCollectionfn clone(&self) -> UnorderedCollection[src]
fn clone(&self) -> UnorderedCollectionReturns 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 UnorderedCollection[src]
impl Debug for UnorderedCollectionfn 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 UnorderedCollection[src]
impl Default for UnorderedCollectionfn default() -> UnorderedCollection[src]
fn default() -> UnorderedCollectionReturns the "default value" for a type. Read more
impl Object for UnorderedCollection[src]
impl Object for UnorderedCollectionimpl ObjectExt for UnorderedCollection[src]
impl ObjectExt for UnorderedCollectionfn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectPropertiesimpl Collection for UnorderedCollection[src]
impl Collection for UnorderedCollectionimpl CollectionExt for UnorderedCollection[src]
impl CollectionExt for UnorderedCollectionfn props(&self) -> &CollectionProperties[src]
fn props(&self) -> &CollectionPropertiesfn props_mut(&mut self) -> &mut CollectionProperties[src]
fn props_mut(&mut self) -> &mut CollectionPropertiesAuto Trait Implementations
impl Send for UnorderedCollection
impl Send for UnorderedCollectionimpl Sync for UnorderedCollection
impl Sync for UnorderedCollection