Struct activitypub::actor::Person[][src]

pub struct Person {
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub ap_actor_props: ApActorProperties,
    // some fields omitted
}

Represents an individual person.

Fields

Adds all valid object properties to this struct

Adds all valid activitypub object properties to this struct

Adds all valid activitypub actor 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 Actor for Person
[src]

Auto Trait Implementations

impl Send for Person

impl Sync for Person