Struct activitystreams_types::actor::Person [−][src]
pub struct Person {
pub object_props: ObjectProperties,
// some fields omitted
}Represents an individual person.
Fields
object_props: ObjectProperties
Adds all valid object properties to this struct
Trait Implementations
impl Clone for Person[src]
impl Clone for Personfn clone(&self) -> Person[src]
fn clone(&self) -> PersonReturns 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 Person[src]
impl Debug for Personfn 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 Person[src]
impl Default for Personimpl Object for Person[src]
impl Object for Personimpl ObjectExt for Person[src]
impl ObjectExt for Personfn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectPropertiesimpl Actor for Person[src]
impl Actor for Person