pub struct EventSurface {
pub pending_events: Vec<Value>,
pub active_risks: Vec<Value>,
pub recent_event_decisions: Vec<Value>,
}Fields§
§pending_events: Vec<Value>§active_risks: Vec<Value>§recent_event_decisions: Vec<Value>Trait Implementations§
Source§impl Clone for EventSurface
impl Clone for EventSurface
Source§fn clone(&self) -> EventSurface
fn clone(&self) -> EventSurface
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 EventSurface
impl Debug for EventSurface
Source§impl Default for EventSurface
impl Default for EventSurface
Source§fn default() -> EventSurface
fn default() -> EventSurface
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EventSurface
impl RefUnwindSafe for EventSurface
impl Send for EventSurface
impl Sync for EventSurface
impl Unpin for EventSurface
impl UnsafeUnpin for EventSurface
impl UnwindSafe for EventSurface
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