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