Struct google_plusdomains1::api::ActivityObjectResharers[][src]

pub struct ActivityObjectResharers {
    pub self_link: Option<String>,
    pub total_items: Option<u32>,
}

People who reshared this activity.

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

Fields

self_link: Option<String>

The URL for the collection of resharers.

total_items: Option<u32>

Total number of people who reshared this activity.

Trait Implementations

impl Clone for ActivityObjectResharers[src]

impl Debug for ActivityObjectResharers[src]

impl Default for ActivityObjectResharers[src]

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

impl NestedType for ActivityObjectResharers[src]

impl Part for ActivityObjectResharers[src]

impl Serialize for ActivityObjectResharers[src]

Auto Trait Implementations

impl RefUnwindSafe for ActivityObjectResharers[src]

impl Send for ActivityObjectResharers[src]

impl Sync for ActivityObjectResharers[src]

impl Unpin for ActivityObjectResharers[src]

impl UnwindSafe for ActivityObjectResharers[src]

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.