Struct activitystreams_types::object::Profile[][src]

pub struct Profile {
    pub object_props: ObjectProperties,
    pub profile: ProfileProperties,
    // some fields omitted
}

A Profile is a content object that describes another Object, typically used to describe Actor Type objects.

The describes property is used to reference the object being described by the profile.

Fields

Adds all valid object properties to this struct

Adds all valid profile properties to this struct

Trait Implementations

impl Clone for Profile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Profile
[src]

Formats the value using the given formatter. Read more

impl Default for Profile
[src]

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

impl Object for Profile
[src]

impl ObjectExt for Profile
[src]

Auto Trait Implementations

impl Send for Profile

impl Sync for Profile