Struct google_plusdomains1::ActivityActorImage[][src]

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

The image representation of the actor.

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

Fields

The URL of the actor's profile photo. To resize the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.

Trait Implementations

impl Default for ActivityActorImage
[src]

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

impl Clone for ActivityActorImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityActorImage
[src]

Formats the value using the given formatter. Read more

impl NestedType for ActivityActorImage
[src]

impl Part for ActivityActorImage
[src]

Auto Trait Implementations