Docs.rs
  • ros2-client-0.2.0
    • ros2-client 0.2.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • jhelovuo
    • Dependencies
      • cdr-encoding-size ^0.5 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4.11 normal
      • mio ^0.6.23 normal
      • mio-extras ^2.0.6 normal
      • rustdds ~0.7 normal
      • serde ^1.0 normal
      • ctrlc ^3.1.6 dev
      • log ^0.4 dev
      • log4rs ^1 dev
      • pretty_env_logger ^0.4.0 dev
      • termion ^1.5.5 dev
      • test-case ^1.2.0 dev
    • Versions
    • 17.91% 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::message

logo
Change settings

Trait ros2_client::message::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 ()

source

impl Message for String

Implementors

source

impl Message for AddTwoIntsRequest

source

impl Message for AddTwoIntsResponse

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 MarkerRequest

source

impl Message for MarkerResponse

source

impl<R: Message> Message for BasicRequestWrapper<R>

source

impl<R: Message> Message for BasicResponseWrapper<R>

source

impl<R: Message> Message for CycloneWrapper<R>

source

impl<R: Message> Message for EnhancedWrapper<R>