pub enum RuntimeMessage {
Patch(RuntimePatch),
State(RuntimeStateSnapshot),
Event(RuntimeEvent),
}Expand description
Runtime message types
Variants§
Trait Implementations§
Source§impl Clone for RuntimeMessage
impl Clone for RuntimeMessage
Source§fn clone(&self) -> RuntimeMessage
fn clone(&self) -> RuntimeMessage
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 moreAuto Trait Implementations§
impl Freeze for RuntimeMessage
impl RefUnwindSafe for RuntimeMessage
impl Send for RuntimeMessage
impl Sync for RuntimeMessage
impl Unpin for RuntimeMessage
impl UnsafeUnpin for RuntimeMessage
impl UnwindSafe for RuntimeMessage
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