Struct activitystreams::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 Actor for Person
[src]

impl<'de> Deserialize<'de> for Person
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Object for Person
[src]

impl Clone for Person
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Person
[src]

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

impl ObjectExt for Person
[src]

impl Debug for Person
[src]

Formats the value using the given formatter. Read more

impl Serialize for Person
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for Person

impl Sync for Person