Struct ya_client_model::payment::params::EventParams
source · [−]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
sourceimpl<'de> Deserialize<'de> for EventParams
impl<'de> Deserialize<'de> for EventParams
sourcefn 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
sourceimpl Serialize for EventParams
impl Serialize for EventParams
Auto Trait Implementations
impl RefUnwindSafe for EventParams
impl Send for EventParams
impl Sync for EventParams
impl Unpin for EventParams
impl UnwindSafe for EventParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more