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