Struct google_dfareporting2d8::LastModifiedInfo [−][src]
Modification timestamp.
This type is not used in any activity, and only used as part of another schema.
Fields
time: Option<String>
Timestamp of the last change in milliseconds since epoch.
Trait Implementations
impl Default for LastModifiedInfo[src]
impl Default for LastModifiedInfofn default() -> LastModifiedInfo[src]
fn default() -> LastModifiedInfoReturns the "default value" for a type. Read more
impl Clone for LastModifiedInfo[src]
impl Clone for LastModifiedInfofn clone(&self) -> LastModifiedInfo[src]
fn clone(&self) -> LastModifiedInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for LastModifiedInfo[src]
impl Debug for LastModifiedInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for LastModifiedInfo[src]
impl Part for LastModifiedInfoAuto Trait Implementations
impl Send for LastModifiedInfo
impl Send for LastModifiedInfoimpl Sync for LastModifiedInfo
impl Sync for LastModifiedInfo