Struct ros2_client::interfaces::BasicTypesService
source · pub struct BasicTypesService {}Trait Implementations§
source§impl Service for BasicTypesService
impl Service for BasicTypesService
type Request = BasicTypesRequest
type Response = BasicTypesResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
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§
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