pub struct StateMachineStateEvent {
pub event_count: EventCount,
pub timestamp: Timestamp,
pub handle: ObjectHandle,
pub name: StateMachineName,
pub state_handle: ObjectHandle,
pub state: StateMachineStateName,
}Fields§
§event_count: EventCount§timestamp: Timestamp§handle: ObjectHandle§name: StateMachineName§state_handle: ObjectHandle§state: StateMachineStateNameTrait Implementations§
Source§impl Clone for StateMachineStateEvent
impl Clone for StateMachineStateEvent
Source§fn clone(&self) -> StateMachineStateEvent
fn clone(&self) -> StateMachineStateEvent
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 moreSource§impl Debug for StateMachineStateEvent
impl Debug for StateMachineStateEvent
Source§impl Display for StateMachineStateEvent
impl Display for StateMachineStateEvent
Source§impl Hash for StateMachineStateEvent
impl Hash for StateMachineStateEvent
Source§impl Ord for StateMachineStateEvent
impl Ord for StateMachineStateEvent
Source§fn cmp(&self, other: &StateMachineStateEvent) -> Ordering
fn cmp(&self, other: &StateMachineStateEvent) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StateMachineStateEvent
impl PartialEq for StateMachineStateEvent
Source§impl PartialOrd for StateMachineStateEvent
impl PartialOrd for StateMachineStateEvent
impl Eq for StateMachineStateEvent
impl StructuralPartialEq for StateMachineStateEvent
Auto Trait Implementations§
impl Freeze for StateMachineStateEvent
impl RefUnwindSafe for StateMachineStateEvent
impl Send for StateMachineStateEvent
impl Sync for StateMachineStateEvent
impl Unpin for StateMachineStateEvent
impl UnwindSafe for StateMachineStateEvent
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