pub struct SendEventOptions {
pub event: String,
pub contact_id_or_email: ContactIdOrEmail,
pub payload: Value,
}Fields§
§event: String§contact_id_or_email: ContactIdOrEmail§payload: ValueTrait Implementations§
Source§impl Clone for SendEventOptions
impl Clone for SendEventOptions
Source§fn clone(&self) -> SendEventOptions
fn clone(&self) -> SendEventOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SendEventOptions
impl Debug for SendEventOptions
Auto Trait Implementations§
impl Freeze for SendEventOptions
impl RefUnwindSafe for SendEventOptions
impl Send for SendEventOptions
impl Sync for SendEventOptions
impl Unpin for SendEventOptions
impl UnsafeUnpin for SendEventOptions
impl UnwindSafe for SendEventOptions
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