[−][src]Struct rosrust_msg::actionlib_msgs::GoalStatus
Fields
goal_id: GoalID
status: u8
text: String
Methods
impl GoalStatus
[src]
pub const PENDING: u8
[src]
pub const ACTIVE: u8
[src]
pub const PREEMPTED: u8
[src]
pub const SUCCEEDED: u8
[src]
pub const ABORTED: u8
[src]
pub const REJECTED: u8
[src]
pub const PREEMPTING: u8
[src]
pub const RECALLING: u8
[src]
pub const RECALLED: u8
[src]
pub const LOST: u8
[src]
Trait Implementations
impl Clone for GoalStatus
[src][+]
impl Debug for GoalStatus
[src][+]
impl Default for GoalStatus
[src][+]
impl Message for GoalStatus
[src][+]
impl PartialEq<GoalStatus> for GoalStatus
[src][+]
impl RosMsg for GoalStatus
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for GoalStatus
impl Send for GoalStatus
impl Sync for GoalStatus
impl Unpin for GoalStatus
impl UnwindSafe for GoalStatus
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[src][+]
T: Any,