Struct google_photoslibrary1::api::ContributorInfo[][src]

pub struct ContributorInfo {
    pub display_name: Option<String>,
    pub profile_picture_base_url: Option<String>,
}

Information about the user who added the media item. Note that this information is included only if the media item is within a shared album created by your app and you have the sharing scope.

This type is not used in any activity, and only used as part of another schema.

Fields

display_name: Option<String>

Display name of the contributor.

profile_picture_base_url: Option<String>

URL to the profile picture of the contributor.

Trait Implementations

impl Clone for ContributorInfo[src]

impl Debug for ContributorInfo[src]

impl Default for ContributorInfo[src]

impl<'de> Deserialize<'de> for ContributorInfo[src]

impl Part for ContributorInfo[src]

impl Serialize for ContributorInfo[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.