Struct activitystreams_types::object::Article [−][src]
pub struct Article {
pub object_props: ObjectProperties,
// some fields omitted
}Represents any kind of multi-paragraph written work.
Fields
object_props: ObjectProperties
Adds all valid object properties to this struct
Trait Implementations
impl Clone for Article[src]
impl Clone for Articlefn clone(&self) -> Article[src]
fn clone(&self) -> ArticleReturns 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 Article[src]
impl Debug for Articlefn 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 Article[src]
impl Default for Articleimpl Object for Article[src]
impl Object for Articleimpl ObjectExt for Article[src]
impl ObjectExt for Articlefn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectProperties