pub struct TopicEndpointInfo {
pub node_name: String,
pub node_namespace: String,
pub topic_type: String,
}
Expand description
Contains topic endpoint information
Fields§
§node_name: String
The name of the endpoint node
node_namespace: String
The namespace of the endpoint node
topic_type: String
The type of the topic
Trait Implementations§
Source§impl Debug for TopicEndpointInfo
impl Debug for TopicEndpointInfo
Source§impl PartialEq for TopicEndpointInfo
impl PartialEq for TopicEndpointInfo
impl Eq for TopicEndpointInfo
impl StructuralPartialEq for TopicEndpointInfo
Auto Trait Implementations§
impl Freeze for TopicEndpointInfo
impl RefUnwindSafe for TopicEndpointInfo
impl Send for TopicEndpointInfo
impl Sync for TopicEndpointInfo
impl Unpin for TopicEndpointInfo
impl UnwindSafe for TopicEndpointInfo
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