[−][src]Struct google_appsactivity1::Event
Represents the changes associated with an action taken by a user.
This type is not used in any activity, and only used as part of another schema.
Fields
rename: Option<Rename>Extra information for rename type events, such as the old and new names.
target: Option<Target>Information specific to the Target object modified by the event.
additional_event_types: Option<Vec<String>>Additional event types. Some events may have multiple types when multiple actions are part of a single event. For example, creating a document, renaming it, and sharing it may be part of a single file-creation event.
move_: Option<Move>Extra information for move type events, such as changes in an object's parents.
permission_changes: Option<Vec<PermissionChange>>Extra information for permissionChange type events, such as the user or group the new permission applies to.
user: Option<User>Represents the user responsible for the event.
event_time_millis: Option<String>The time at which the event occurred formatted as Unix time in milliseconds.
primary_event_type: Option<String>The main type of event that occurred.
from_user_deletion: Option<bool>Whether this event is caused by a user being deleted.
Trait Implementations
impl Clone for Event[src]
impl Debug for Event[src]
impl Default for Event[src]
impl<'de> Deserialize<'de> for Event[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for Event[src]
impl Serialize for Event[src]
Auto Trait Implementations
impl RefUnwindSafe for Event
impl Send for Event
impl Sync for Event
impl Unpin for Event
impl UnwindSafe for Event
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Typeable for T where
T: Any,
T: Any,