Struct google_dfareporting2d8::TargetWindow [−][src]
pub struct TargetWindow {
pub custom_html: Option<String>,
pub target_window_option: Option<String>,
}Target Window.
This type is not used in any activity, and only used as part of another schema.
Fields
custom_html: Option<String>
User-entered value.
target_window_option: Option<String>
Type of browser window for which the backup image of the flash creative can be displayed.
Trait Implementations
impl Default for TargetWindow[src]
impl Default for TargetWindowfn default() -> TargetWindow[src]
fn default() -> TargetWindowReturns the "default value" for a type. Read more
impl Clone for TargetWindow[src]
impl Clone for TargetWindowfn clone(&self) -> TargetWindow[src]
fn clone(&self) -> TargetWindowReturns 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 TargetWindow[src]
impl Debug for TargetWindowfn 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 TargetWindow[src]
impl Part for TargetWindowAuto Trait Implementations
impl Send for TargetWindow
impl Send for TargetWindowimpl Sync for TargetWindow
impl Sync for TargetWindow