Struct activitypub::object::Profile[][src]

pub struct Profile {
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub profile_props: ProfileProperties,
    // some fields omitted
}

Fields

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]

Auto Trait Implementations

impl Send for Profile

impl Sync for Profile