Struct activitystreams_types::actor::Service[][src]

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

Represents a service of any kind.

Fields

Adds all valid object properties to this struct

Trait Implementations

impl Clone for Service
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Service
[src]

Formats the value using the given formatter. Read more

impl Default for Service
[src]

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

impl Object for Service
[src]

impl ObjectExt for Service
[src]

impl Actor for Service
[src]

Auto Trait Implementations

impl Send for Service

impl Sync for Service