Struct freya_core::events_processor::EventsProcessor  
source · pub struct EventsProcessor { /* private fields */ }Expand description
EventsProcessor stores the elements events states.
Implementations§
source§impl EventsProcessor
 
impl EventsProcessor
sourcepub fn process_events(
    &mut self,
    events_to_emit: Vec<DomEvent>,
    events: &[FreyaEvent],
    event_emitter: &EventEmitter
) -> FxHashMap<String, Vec<(NodeId, FreyaEvent)>>
 
pub fn process_events( &mut self, events_to_emit: Vec<DomEvent>, events: &[FreyaEvent], event_emitter: &EventEmitter ) -> FxHashMap<String, Vec<(NodeId, FreyaEvent)>>
Update the Element states given the new events
Trait Implementations§
source§impl Default for EventsProcessor
 
impl Default for EventsProcessor
source§fn default() -> EventsProcessor
 
fn default() -> EventsProcessor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for EventsProcessor
impl Send for EventsProcessor
impl Sync for EventsProcessor
impl Unpin for EventsProcessor
impl UnwindSafe for EventsProcessor
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
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
    T: Default,
 
impl<T> NoneValue for Twhere T: Default,
type NoneType = T
§fn null_value() -> T
 
fn null_value() -> T
The none-equivalent value.