Struct activitystreams::actor::Organization[][src]

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

Represents an organization.

Fields

Adds all valid object properties to this struct

Trait Implementations

impl Actor for Organization
[src]

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

Deserialize this value from the given Serde deserializer. Read more

impl Object for Organization
[src]

impl Clone for Organization
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Organization
[src]

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

impl ObjectExt for Organization
[src]

impl Debug for Organization
[src]

Formats the value using the given formatter. Read more

impl Serialize for Organization
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations