pub struct DecisionInput {
pub event_id: String,
pub key: String,
pub value: String,
pub project: String,
pub ts: Option<String>,
}Expand description
Input describing one active decision for risk computation.
Fields§
§event_id: String§key: String§value: String§project: String§ts: Option<String>Auto Trait Implementations§
impl Freeze for DecisionInput
impl RefUnwindSafe for DecisionInput
impl Send for DecisionInput
impl Sync for DecisionInput
impl Unpin for DecisionInput
impl UnsafeUnpin for DecisionInput
impl UnwindSafe for DecisionInput
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