pub struct GetRobotSoftwareVersion;Trait Implementations§
Source§impl Service for GetRobotSoftwareVersion
impl Service for GetRobotSoftwareVersion
type Request = GetRobotSoftwareVersionRequest
type Response = GetRobotSoftwareVersionResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for GetRobotSoftwareVersion
impl RefUnwindSafe for GetRobotSoftwareVersion
impl Send for GetRobotSoftwareVersion
impl Sync for GetRobotSoftwareVersion
impl Unpin for GetRobotSoftwareVersion
impl UnwindSafe for GetRobotSoftwareVersion
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