pub struct RobotStateEvent {
pub state: u8,
}Fields§
§state: u8Implementations§
Trait Implementations§
Source§impl Clone for RobotStateEvent
impl Clone for RobotStateEvent
Source§fn clone(&self) -> RobotStateEvent
fn clone(&self) -> RobotStateEvent
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 RobotStateEvent
impl Debug for RobotStateEvent
Source§impl Default for RobotStateEvent
impl Default for RobotStateEvent
Source§impl<'de> Deserialize<'de> for RobotStateEvent
impl<'de> Deserialize<'de> for RobotStateEvent
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
Source§impl PartialEq for RobotStateEvent
impl PartialEq for RobotStateEvent
Source§impl Serialize for RobotStateEvent
impl Serialize for RobotStateEvent
impl Message for RobotStateEvent
impl StructuralPartialEq for RobotStateEvent
Auto Trait Implementations§
impl Freeze for RobotStateEvent
impl RefUnwindSafe for RobotStateEvent
impl Send for RobotStateEvent
impl Sync for RobotStateEvent
impl Unpin for RobotStateEvent
impl UnwindSafe for RobotStateEvent
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