[][src]Struct rosrust_msg::nodelet::NodeletLoadReq

pub struct NodeletLoadReq {
    pub name: String,
    pub type_: String,
    pub remap_source_args: Vec<String>,
    pub remap_target_args: Vec<String>,
    pub my_argv: Vec<String>,
    pub bond_id: String,
}

Fields

name: Stringtype_: Stringremap_source_args: Vec<String>remap_target_args: Vec<String>my_argv: Vec<String>bond_id: String

Trait Implementations

impl Clone for NodeletLoadReq[src][+]

impl Debug for NodeletLoadReq[src][+]

impl Default for NodeletLoadReq[src][+]

impl Message for NodeletLoadReq[src][+]

impl PartialEq<NodeletLoadReq> for NodeletLoadReq[src][+]

impl RosMsg for NodeletLoadReq[src][+]

Auto Trait Implementations

impl RefUnwindSafe for NodeletLoadReq

impl Send for NodeletLoadReq

impl Sync for NodeletLoadReq

impl Unpin for NodeletLoadReq

impl UnwindSafe for NodeletLoadReq

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][+]