pub struct SendGoalResponse {
pub accepted: bool,
pub stamp: Time,
}
Expand description
Emulating ROS2 IDL code generator: Goal sending/setting service response
Fields§
§accepted: bool
§stamp: Time
Trait Implementations§
Source§impl Clone for SendGoalResponse
impl Clone for SendGoalResponse
Source§fn clone(&self) -> SendGoalResponse
fn clone(&self) -> SendGoalResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SendGoalResponse
impl Debug for SendGoalResponse
Source§impl<'de> Deserialize<'de> for SendGoalResponse
impl<'de> Deserialize<'de> for SendGoalResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for SendGoalResponse
impl Serialize for SendGoalResponse
impl Message for SendGoalResponse
Auto Trait Implementations§
impl Freeze for SendGoalResponse
impl RefUnwindSafe for SendGoalResponse
impl Send for SendGoalResponse
impl Sync for SendGoalResponse
impl Unpin for SendGoalResponse
impl UnwindSafe for SendGoalResponse
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