Docs.rs
  • ros2-client-0.5.0
    • ros2-client 0.5.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • jhelovuo
    • Dependencies
      • bytes ^1.4.0 normal
      • cdr-encoding-size ^0.5 normal
      • futures ^0.3.28 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4.11 normal
      • mio ^0.6.23 normal
      • mio-extras ^2.0.6 normal
      • pin-utils ^0.1.0 normal
      • rustdds ^0.8.1 normal
      • serde ^1.0 normal
      • serde_repr ^0.1 normal
      • uuid ^1.3.1 normal
      • ctrlc ^3.1.6 dev
      • log ^0.4 dev
      • log4rs ^1.2 dev
      • pretty_env_logger ^0.4.0 dev
      • smol ^1.3 dev
      • termion ^1.5.5 dev
      • test-case ^1.2.0 dev
    • Versions
    • 26.09% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Message

Implementations on Foreign Types

  • ()
  • String

Implementors

In ros2_client

?
Change settings

Trait ros2_client::Message

source ·
pub trait Message: Serialize + DeserializeOwned { }
Expand description

Trait to ensure Messages can be (de)serialized

Implementations on Foreign Types§

source§

impl Message for String

source§

impl Message for ()

Implementors§

source§

impl Message for GetResultRequest

source§

impl Message for SendGoalResponse

source§

impl Message for CancelGoalRequest

source§

impl Message for CancelGoalResponse

source§

impl Message for GoalInfo

source§

impl Message for GoalStatus

source§

impl Message for GoalStatusArray

source§

impl Message for Duration

source§

impl Message for Time

source§

impl Message for BasicTypesRequest

source§

impl Message for BasicTypesResponse

source§

impl Message for GetParametersRequest

source§

impl Message for GetParametersResponse

source§

impl Message for ListParametersRequest

source§

impl Message for ListParametersResponse

source§

impl Message for UUID

source§

impl<F: Message> Message for FeedbackMessage<F>

source§

impl<G: Message> Message for SendGoalRequest<G>

source§

impl<R: Message> Message for GetResultResponse<R>