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