#[non_exhaustive]pub struct RobotState;
Expand description
The current state of the robot as a whole.
Trait Implementations§
Source§impl Clone for RobotState
impl Clone for RobotState
Source§fn clone(&self) -> RobotState
fn clone(&self) -> RobotState
Returns a copy 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 RobotState
impl Debug for RobotState
Source§impl<'de> Deserialize<'de> for RobotState
impl<'de> Deserialize<'de> for RobotState
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 Hash for RobotState
impl Hash for RobotState
Source§impl Ord for RobotState
impl Ord for RobotState
Source§fn cmp(&self, other: &RobotState) -> Ordering
fn cmp(&self, other: &RobotState) -> 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 RobotState
impl PartialEq for RobotState
Source§impl PartialOrd for RobotState
impl PartialOrd for RobotState
Source§impl Serialize for RobotState
impl Serialize for RobotState
impl Copy for RobotState
impl Eq for RobotState
impl StructuralPartialEq for RobotState
Auto Trait Implementations§
impl Freeze for RobotState
impl RefUnwindSafe for RobotState
impl Send for RobotState
impl Sync for RobotState
impl Unpin for RobotState
impl UnwindSafe for RobotState
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