Struct google_plus1::ActivityObjectActorImage[][src]

pub struct ActivityObjectActorImage {
    pub url: Option<String>,
}

The image representation of the original actor.

This type is not used in any activity, and only used as part of another schema.

Fields

A URL that points to a thumbnail photo of the original actor.

Trait Implementations

impl Default for ActivityObjectActorImage
[src]

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

impl Clone for ActivityObjectActorImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityObjectActorImage
[src]

Formats the value using the given formatter. Read more

impl NestedType for ActivityObjectActorImage
[src]

impl Part for ActivityObjectActorImage
[src]

Auto Trait Implementations