[][src]Struct analytics::message::Screen

pub struct Screen {
    pub user: User,
    pub name: String,
    pub properties: Value,
    pub timestamp: Option<DateTime<Utc>>,
    pub context: Option<Value>,
    pub integrations: Option<Value>,
    pub extra: Map<String, Value>,
}

A screen event.

See Segment's documentation for how to use screen events.

Fields

user: User

The user associated with this message.

name: String

The name of the screen being tracked.

properties: Value

The properties associated with the event.

timestamp: Option<DateTime<Utc>>

The timestamp associated with this message.

context: Option<Value>

Context associated with this message.

integrations: Option<Value>

Integrations to route this message to.

extra: Map<String, Value>

Extra fields to put at the top level of this message.

Trait Implementations

impl PartialEq<Screen> for Screen[src]

impl Default for Screen[src]

impl Clone for Screen[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for Screen[src]

impl Serialize for Screen[src]

impl<'de> Deserialize<'de> for Screen[src]

Auto Trait Implementations

impl Send for Screen

impl Unpin for Screen

impl Sync for Screen

impl UnwindSafe for Screen

impl RefUnwindSafe for Screen

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err