Struct ros2_client::interfaces::BasicTypesService
source · [−]pub struct BasicTypesService {}Trait Implementations
sourceimpl Service for BasicTypesService
impl Service for BasicTypesService
type Request = BasicTypesRequest
type Response = BasicTypesResponse
fn request_type_name() -> String
fn response_type_name() -> String
Auto Trait Implementations
impl RefUnwindSafe for BasicTypesService
impl Send for BasicTypesService
impl Sync for BasicTypesService
impl Unpin for BasicTypesService
impl UnwindSafe for BasicTypesService
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