pub struct EventParams {
pub timeout: Option<f64>,
pub after_timestamp: Option<DateTime<Utc>>,
pub max_events: Option<u32>,
pub app_session_id: Option<String>,
}Fields§
§timeout: Option<f64>§after_timestamp: Option<DateTime<Utc>>§max_events: Option<u32>§app_session_id: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for EventParams
impl<'de> Deserialize<'de> for EventParams
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
Auto Trait Implementations§
impl Freeze for EventParams
impl RefUnwindSafe for EventParams
impl Send for EventParams
impl Sync for EventParams
impl Unpin for EventParams
impl UnwindSafe for EventParams
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