pub struct TopicKey {
pub topic: String,
pub type_name: String,
}Expand description
Bequemer Topic-Schluessel: Tuple aus Topic-Name und Type-Name.
Fields§
§topic: StringDDS-Topic-Name (z.B. mit rt/-Prefix).
type_name: StringType-Name (z.B. "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