pub struct TopicMap { /* private fields */ }Expand description
Topic-Map: bidirektionale Zuordnung DDS-Topic ↔ Zenoh-KeyExpr.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TopicMap
impl RefUnwindSafe for TopicMap
impl Send for TopicMap
impl Sync for TopicMap
impl Unpin for TopicMap
impl UnsafeUnpin for TopicMap
impl UnwindSafe for TopicMap
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