pub struct RoboShopItemsInfo {
pub roboshop_items: Vec<FactoryRobotListInfo>,
}Expand description
Collection of robots in response to a list query.
Fields§
§roboshop_items: Vec<FactoryRobotListInfo>Robot items
Trait Implementations§
Source§impl Clone for RoboShopItemsInfo
impl Clone for RoboShopItemsInfo
Source§fn clone(&self) -> RoboShopItemsInfo
fn clone(&self) -> RoboShopItemsInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for RoboShopItemsInfo
impl<'de> Deserialize<'de> for RoboShopItemsInfo
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
Auto Trait Implementations§
impl Freeze for RoboShopItemsInfo
impl RefUnwindSafe for RoboShopItemsInfo
impl Send for RoboShopItemsInfo
impl Sync for RoboShopItemsInfo
impl Unpin for RoboShopItemsInfo
impl UnsafeUnpin for RoboShopItemsInfo
impl UnwindSafe for RoboShopItemsInfo
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