Struct google_plus1::ActivityActorImage [−][src]
The image representation of the 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 ActivityActorImage[src]
impl Default for ActivityActorImagefn default() -> ActivityActorImage[src]
fn default() -> ActivityActorImageReturns the "default value" for a type. Read more
impl Clone for ActivityActorImage[src]
impl Clone for ActivityActorImagefn clone(&self) -> ActivityActorImage[src]
fn clone(&self) -> ActivityActorImageReturns 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 ActivityActorImage[src]
impl Debug for ActivityActorImagefn 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 ActivityActorImage[src]
impl NestedType for ActivityActorImageimpl Part for ActivityActorImage[src]
impl Part for ActivityActorImageAuto Trait Implementations
impl Send for ActivityActorImage
impl Send for ActivityActorImageimpl Sync for ActivityActorImage
impl Sync for ActivityActorImage