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