[][src]Struct google_plusdomains1::ActivityObjectStatusForViewer

pub struct ActivityObjectStatusForViewer {
    pub can_plusone: Option<bool>,
    pub can_update: Option<bool>,
    pub is_plus_oned: Option<bool>,
    pub resharing_disabled: Option<bool>,
    pub can_comment: Option<bool>,
}

Status of the activity as seen by the viewer.

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

Fields

can_plusone: Option<bool>

Whether the viewer can +1 the activity.

can_update: Option<bool>

Whether the viewer can edit or delete the activity.

is_plus_oned: Option<bool>

Whether the viewer has +1'd the activity.

resharing_disabled: Option<bool>

Whether reshares are disabled for the activity.

can_comment: Option<bool>

Whether the viewer can comment on the activity.

Trait Implementations

impl Part for ActivityObjectStatusForViewer[src]

impl NestedType for ActivityObjectStatusForViewer[src]

impl Default for ActivityObjectStatusForViewer[src]

impl Clone for ActivityObjectStatusForViewer[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for ActivityObjectStatusForViewer[src]

impl Serialize for ActivityObjectStatusForViewer[src]

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

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

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