Struct rclrust_msg::diagnostic_msgs::srv::AddDiagnostics
source · [−]pub struct AddDiagnostics;
Trait Implementations
sourceimpl Debug for AddDiagnostics
impl Debug for AddDiagnostics
sourceimpl ServiceT for AddDiagnostics
impl ServiceT for AddDiagnostics
type Request = AddDiagnostics_Request
type Response = AddDiagnostics_Response
fn type_support() -> *const c_void
Auto Trait Implementations
impl RefUnwindSafe for AddDiagnostics
impl Send for AddDiagnostics
impl Sync for AddDiagnostics
impl Unpin for AddDiagnostics
impl UnwindSafe for AddDiagnostics
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