pub struct Trigger {}Trait Implementations§
Source§impl RosServiceType for Trigger
impl RosServiceType for Trigger
Source§const ROS_SERVICE_NAME: &'static str = "std_srvs/Trigger"
const ROS_SERVICE_NAME: &'static str = "std_srvs/Trigger"
Name of the ros service e.g.
rospy_tutorials/AddTwoIntsSource§const MD5SUM: &'static str = "937c9679a518e3a18d831e57125ea522"
const MD5SUM: &'static str = "937c9679a518e3a18d831e57125ea522"
The computed md5sum of the message file and its dependencies
Source§type Request = TriggerRequest
type Request = TriggerRequest
The type of data being sent in the request
Source§type Response = TriggerResponse
type Response = TriggerResponse
The type of the data
Auto Trait Implementations§
impl Freeze for Trigger
impl RefUnwindSafe for Trigger
impl Send for Trigger
impl Sync for Trigger
impl Unpin for Trigger
impl UnwindSafe for Trigger
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