Struct activitystreams_types::actor::Application [] [src]

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

Describes a software application.

Fields

Adds all valid object properties to this struct

Trait Implementations

impl Clone for Application
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Application
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Application
[src]

[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