Struct google_plus1::CommentActorImage [−][src]
The image representation of this actor.
This type is not used in any activity, and only used as part of another schema.
Fields
url: Option<String>
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 CommentActorImage[src]
impl Default for CommentActorImagefn default() -> CommentActorImage[src]
fn default() -> CommentActorImageReturns the "default value" for a type. Read more
impl Clone for CommentActorImage[src]
impl Clone for CommentActorImagefn clone(&self) -> CommentActorImage[src]
fn clone(&self) -> CommentActorImageReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for CommentActorImage[src]
impl Debug for CommentActorImagefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for CommentActorImage[src]
impl NestedType for CommentActorImageimpl Part for CommentActorImage[src]
impl Part for CommentActorImageAuto Trait Implementations
impl Send for CommentActorImage
impl Send for CommentActorImageimpl Sync for CommentActorImage
impl Sync for CommentActorImage