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