Struct google_plus1::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
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 Debug for ActivityActorImage[src]
impl Clone for ActivityActorImage[src]
fn clone(&self) -> ActivityActorImage
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for ActivityActorImage[src]
fn default() -> ActivityActorImage
Returns the "default value" for a type. Read more