Struct google_plus1::ActivityObjectActorImage [−][src]
The image representation of the original actor.
This type is not used in any activity, and only used as part of another schema.
Fields
url: Option<String>
A URL that points to a thumbnail photo of the original actor.
Trait Implementations
impl Default for ActivityObjectActorImage[src]
impl Default for ActivityObjectActorImagefn default() -> ActivityObjectActorImage[src]
fn default() -> ActivityObjectActorImageReturns the "default value" for a type. Read more
impl Clone for ActivityObjectActorImage[src]
impl Clone for ActivityObjectActorImagefn clone(&self) -> ActivityObjectActorImage[src]
fn clone(&self) -> ActivityObjectActorImageReturns 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 ActivityObjectActorImage[src]
impl Debug for ActivityObjectActorImagefn 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 ActivityObjectActorImage[src]
impl NestedType for ActivityObjectActorImageimpl Part for ActivityObjectActorImage[src]
impl Part for ActivityObjectActorImageAuto Trait Implementations
impl Send for ActivityObjectActorImage
impl Send for ActivityObjectActorImageimpl Sync for ActivityObjectActorImage
impl Sync for ActivityObjectActorImage