Struct rclrust_msg::diagnostic_msgs::srv::SelfTest
source · [−]pub struct SelfTest;
Trait Implementations
sourceimpl ServiceT for SelfTest
impl ServiceT for SelfTest
type Request = SelfTest_Request
type Response = SelfTest_Response
fn type_support() -> *const c_void
Auto Trait Implementations
impl RefUnwindSafe for SelfTest
impl Send for SelfTest
impl Sync for SelfTest
impl Unpin for SelfTest
impl UnwindSafe for SelfTest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more