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