Struct activitypub::actor::Organization[][src]

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

Represents an organization.

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 Organization
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Organization
[src]

Formats the value using the given formatter. Read more

impl Default for Organization
[src]

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

impl Object for Organization
[src]

impl Actor for Organization
[src]

Auto Trait Implementations