Struct google_drive::types::ChangeList [−][src]
pub struct ChangeList {
pub changes: Vec<Change>,
pub kind: String,
pub new_start_page_token: String,
pub next_page_token: String,
}Expand description
A list of changes for a user.
Fields
changes: Vec<Change>A list of changes for a user.
kind: StringA list of changes for a user.
new_start_page_token: StringA list of changes for a user.
next_page_token: StringA list of changes for a user.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ChangeList
impl Send for ChangeList
impl Sync for ChangeList
impl Unpin for ChangeList
impl UnwindSafe for ChangeList
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more