[][src]Struct analytics::message::Group

pub struct Group {
    pub user: User,
    pub group_id: String,
    pub traits: Value,
    pub timestamp: Option<DateTime<Utc>>,
    pub context: Option<Value>,
    pub integrations: Option<Value>,
    pub extra: Map<String, Value>,
}

A group event.

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

Fields

user: User

The user associated with this message.

group_id: String

The group the user is being associated with.

traits: Value

The traits to assign to the group.

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<Group> for Group[src]

impl Default for Group[src]

impl Clone for Group[src]

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

Performs copy-assignment from source. Read more

impl Debug for Group[src]

impl Serialize for Group[src]

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

Auto Trait Implementations

impl Sync for Group

impl Send for Group

impl Unpin for Group

impl RefUnwindSafe for Group

impl UnwindSafe for Group

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

impl<T> From<T> for 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