[][src]Struct rosrust_msg::actionlib_msgs::GoalStatus

pub struct GoalStatus {
    pub goal_id: GoalID,
    pub status: u8,
    pub text: String,
}

Fields

goal_id: GoalIDstatus: u8text: 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][+]

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

impl<T> From<T> for T[src][+]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src][+]

impl<T> ToOwned for T where
    T: Clone
[src][+]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src][+]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src][+]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Typeable for T where
    T: Any
[src][+]