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
new_title: Option<String>
The new title.
old_title: Option<String>
The old title.
Trait Implementations
impl Debug for Rename[src]
impl Clone for Rename[src]
fn clone(&self) -> Rename
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more