Struct activitystreams::actor::Group[][src]

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

Represents a formal or informal collective of Actors.

Fields

Adds all valid object properties to this struct

Trait Implementations

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

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for Group
[src]

Serialize this value into the given Serde serializer. Read more

impl Actor for Group
[src]

impl Clone for Group
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Group
[src]

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

impl Debug for Group
[src]

Formats the value using the given formatter. Read more

impl ObjectExt for Group
[src]

impl Object for Group
[src]

Auto Trait Implementations

impl Send for Group

impl Sync for Group