pub struct TopicKey {
pub topic: String,
pub type_name: String,
}Expand description
Convenient topic key: tuple of topic name and type name.
Fields§
§topic: StringDDS topic name (e.g. with an rt/ prefix).
type_name: StringType name (e.g. "std_msgs::msg::String").
Trait Implementations§
impl Eq for TopicKey
impl StructuralPartialEq for TopicKey
Auto Trait Implementations§
impl Freeze for TopicKey
impl RefUnwindSafe for TopicKey
impl Send for TopicKey
impl Sync for TopicKey
impl Unpin for TopicKey
impl UnsafeUnpin for TopicKey
impl UnwindSafe for TopicKey
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more