Struct activitypub::actor::Application[][src]

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

Describes a software application.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Application
[src]

Formats the value using the given formatter. Read more

impl Default for Application
[src]

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

impl Object for Application
[src]

impl Actor for Application
[src]

Auto Trait Implementations

impl Send for Application

impl Sync for Application