Struct activitypub::actor::Group [] [src]

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

Represents a formal or informal collective of Actors.

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Group
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Group
[src]

[src]

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

impl Object for Group
[src]

impl Actor for Group
[src]

Auto Trait Implementations

impl Send for Group

impl Sync for Group