pub struct PlatformStateMachineEvent {
pub event: i8,
}Fields§
§event: i8Implementations§
Trait Implementations§
Source§impl Clone for PlatformStateMachineEvent
impl Clone for PlatformStateMachineEvent
Source§fn clone(&self) -> PlatformStateMachineEvent
fn clone(&self) -> PlatformStateMachineEvent
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 PlatformStateMachineEvent
impl Debug for PlatformStateMachineEvent
Source§impl Default for PlatformStateMachineEvent
impl Default for PlatformStateMachineEvent
Source§impl<'de> Deserialize<'de> for PlatformStateMachineEvent
impl<'de> Deserialize<'de> for PlatformStateMachineEvent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Message for PlatformStateMachineEvent
impl StructuralPartialEq for PlatformStateMachineEvent
Auto Trait Implementations§
impl Freeze for PlatformStateMachineEvent
impl RefUnwindSafe for PlatformStateMachineEvent
impl Send for PlatformStateMachineEvent
impl Sync for PlatformStateMachineEvent
impl Unpin for PlatformStateMachineEvent
impl UnwindSafe for PlatformStateMachineEvent
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