pub struct EventNode { /* private fields */ }Expand description
Represents an event.
Stores multiple changes. One of them has to be fulfilled to be true.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventNode
impl RefUnwindSafe for EventNode
impl Send for EventNode
impl Sync for EventNode
impl Unpin for EventNode
impl UnwindSafe for EventNode
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