pub struct CustomEventClickAnnotation {
pub gclid: Option<String>,
pub kind: Option<String>,
}Expand description
Annotate a click event.
This type is not used in any activity, and only used as part of another schema.
Fields§
§gclid: Option<String>The Google click ID. Use this field to annotate the click associated with the gclid.
kind: Option<String>Identifies what kind of resource this is. Value: the fixed string “dfareporting#customEventClickAnnotation”.
Trait Implementations§
Source§impl Clone for CustomEventClickAnnotation
impl Clone for CustomEventClickAnnotation
Source§fn clone(&self) -> CustomEventClickAnnotation
fn clone(&self) -> CustomEventClickAnnotation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CustomEventClickAnnotation
impl Debug for CustomEventClickAnnotation
Source§impl Default for CustomEventClickAnnotation
impl Default for CustomEventClickAnnotation
Source§fn default() -> CustomEventClickAnnotation
fn default() -> CustomEventClickAnnotation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CustomEventClickAnnotation
impl<'de> Deserialize<'de> for CustomEventClickAnnotation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for CustomEventClickAnnotation
Auto Trait Implementations§
impl Freeze for CustomEventClickAnnotation
impl RefUnwindSafe for CustomEventClickAnnotation
impl Send for CustomEventClickAnnotation
impl Sync for CustomEventClickAnnotation
impl Unpin for CustomEventClickAnnotation
impl UnwindSafe for CustomEventClickAnnotation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more