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