Struct activitystreams::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 Object for Service
[src]

impl<'de> Deserialize<'de> for Service
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Actor for Service
[src]

impl Serialize for Service
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl Clone for Service
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Service
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Service
[src]

[src]

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

Auto Trait Implementations

impl Send for Service

impl Sync for Service