Struct google_appsactivity1::Rename[][src]

pub struct Rename {
    pub new_title: Option<String>,
    pub old_title: Option<String>,
}

Contains information about a renametype event.

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

Fields

The new title.

The old title.

Trait Implementations

impl Default for Rename
[src]

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

impl Clone for Rename
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Rename
[src]

Formats the value using the given formatter. Read more

impl Part for Rename
[src]

Auto Trait Implementations

impl Send for Rename

impl Sync for Rename