Struct google_appsactivity1::Photo
[−]
[src]
pub struct Photo {
pub url: Option<String>,
}Photo information for a user.
This type is not used in any activity, and only used as part of another schema.
Fields
url: Option<String>
The URL of the photo.
Trait Implementations
impl Debug for Photo[src]
impl Clone for Photo[src]
fn clone(&self) -> Photo
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