Struct google_plusdomains1::ActivityObjectStatusForViewer[][src]

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

Whether the viewer can +1 the activity.

Whether the viewer can edit or delete the activity.

Whether the viewer has +1'd the activity.

Whether reshares are disabled for the activity.

Whether the viewer can comment on the activity.

Trait Implementations

impl Default for ActivityObjectStatusForViewer
[src]

Returns the "default value" for a type. Read more

impl Clone for ActivityObjectStatusForViewer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityObjectStatusForViewer
[src]

Formats the value using the given formatter. Read more

impl NestedType for ActivityObjectStatusForViewer
[src]

impl Part for ActivityObjectStatusForViewer
[src]

Auto Trait Implementations