Struct activitystreams_types::actor::Person[][src]

pub struct Person {
    pub object_props: ObjectProperties,
    // some fields omitted
}

Represents an individual person.

Fields

Adds all valid object properties to this struct

Trait Implementations

impl Clone for Person
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Person
[src]

Formats the value using the given formatter. Read more

impl Default for Person
[src]

Returns the "default value" for a type. Read more

impl Object for Person
[src]

impl ObjectExt for Person
[src]

impl Actor for Person
[src]

Auto Trait Implementations

impl Send for Person

impl Sync for Person