pub struct CausalEvent {
pub tick: u64,
pub node_id: u64,
pub description: String,
}Expand description
A significant event in the causal chain.
Fields§
§tick: u64§node_id: u64§description: StringTrait Implementations§
Source§impl Clone for CausalEvent
impl Clone for CausalEvent
Source§fn clone(&self) -> CausalEvent
fn clone(&self) -> CausalEvent
Returns a duplicate of the value. Read more
1.0.0 · 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 CausalEvent
impl RefUnwindSafe for CausalEvent
impl Send for CausalEvent
impl Sync for CausalEvent
impl Unpin for CausalEvent
impl UnsafeUnpin for CausalEvent
impl UnwindSafe for CausalEvent
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