Struct google_appsactivity1::Move [] [src]

pub struct Move {
    pub removed_parents: Option<Vec<Parent>>,
    pub added_parents: Option<Vec<Parent>>,
}

Contains information about changes in an object's parents as a result of a move type event.

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

Fields

The removed parent(s).

The added parent(s).

Trait Implementations

impl Default for Move
[src]

[src]

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

impl Clone for Move
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Move
[src]

[src]

Formats the value using the given formatter.

impl Part for Move
[src]