pub struct RuntimeEventEnvelope {
pub output_generation: Option<u64>,
pub event: RuntimeEvent,
}Fields§
§output_generation: Option<u64>§event: RuntimeEventTrait Implementations§
Source§impl Clone for RuntimeEventEnvelope
impl Clone for RuntimeEventEnvelope
Source§fn clone(&self) -> RuntimeEventEnvelope
fn clone(&self) -> RuntimeEventEnvelope
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 RuntimeEventEnvelope
impl Debug for RuntimeEventEnvelope
Source§impl PartialEq for RuntimeEventEnvelope
impl PartialEq for RuntimeEventEnvelope
Source§fn eq(&self, other: &RuntimeEventEnvelope) -> bool
fn eq(&self, other: &RuntimeEventEnvelope) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RuntimeEventEnvelope
Auto Trait Implementations§
impl Freeze for RuntimeEventEnvelope
impl RefUnwindSafe for RuntimeEventEnvelope
impl Send for RuntimeEventEnvelope
impl Sync for RuntimeEventEnvelope
impl Unpin for RuntimeEventEnvelope
impl UnsafeUnpin for RuntimeEventEnvelope
impl UnwindSafe for RuntimeEventEnvelope
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