Struct activitystreams_types::object::Page [−][src]
pub struct Page {
pub object_props: ObjectProperties,
// some fields omitted
}Represents a Web Page.
Fields
object_props: ObjectProperties
Adds all valid object properties to this struct
Trait Implementations
impl Clone for Page[src]
impl Clone for Pagefn clone(&self) -> Page[src]
fn clone(&self) -> PageReturns 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 Page[src]
impl Debug for Pagefn 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 Page[src]
impl Default for Pageimpl Object for Page[src]
impl Object for Pageimpl ObjectExt for Page[src]
impl ObjectExt for Pagefn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectProperties