Struct google_plusdomains1::CommentActorImage [] [src]

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

The image representation of this 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 Debug for CommentActorImage
[src]

Formats the value using the given formatter.

impl Clone for CommentActorImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CommentActorImage
[src]

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

impl NestedType for CommentActorImage
[src]

impl Part for CommentActorImage
[src]