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