pub struct CustomEvent {
pub id: String,
pub kind: String,
pub payload: Value,
pub ts_ms: u64,
}Fields§
§id: String§kind: String§payload: Value§ts_ms: u64Trait Implementations§
Source§impl Clone for CustomEvent
impl Clone for CustomEvent
Source§fn clone(&self) -> CustomEvent
fn clone(&self) -> CustomEvent
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 CustomEvent
impl Debug for CustomEvent
Auto Trait Implementations§
impl Freeze for CustomEvent
impl RefUnwindSafe for CustomEvent
impl Send for CustomEvent
impl Sync for CustomEvent
impl Unpin for CustomEvent
impl UnsafeUnpin for CustomEvent
impl UnwindSafe for CustomEvent
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