Struct gapi_grpc::google::apps::drive::activity::v2::Action[][src]

pub struct Action {
    pub detail: Option<ActionDetail>,
    pub actor: Option<Actor>,
    pub target: Option<Target>,
    pub time: Option<Time>,
}

Information about the action.

Fields

detail: Option<ActionDetail>

The type and detailed information about the action.

actor: Option<Actor>

The actor responsible for this action (or empty if all actors are responsible).

target: Option<Target>

The target this action affects (or empty if affecting all targets). This represents the state of the target immediately after this action occurred.

time: Option<Time>

When the action occurred (or empty if same time as entire activity).

Trait Implementations

impl Clone for Action[src]

impl Debug for Action[src]

impl Default for Action[src]

impl Message for Action[src]

impl PartialEq<Action> for Action[src]

impl StructuralPartialEq for Action[src]

Auto Trait Implementations

impl RefUnwindSafe for Action

impl Send for Action

impl Sync for Action

impl Unpin for Action

impl UnwindSafe for Action

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> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> IntoRequest<T> for 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]