pub struct ServiceTopicNames {
pub service: String,
pub request: String,
pub reply: String,
}Expand description
Bequemer Container fuer das Pair an Topic-Namen.
Fields§
§service: StringService-Name (validiert).
request: String<service>_Request.
reply: String<service>_Reply.
Implementations§
Trait Implementations§
Source§impl Clone for ServiceTopicNames
impl Clone for ServiceTopicNames
Source§fn clone(&self) -> ServiceTopicNames
fn clone(&self) -> ServiceTopicNames
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ServiceTopicNames
impl Debug for ServiceTopicNames
Source§impl PartialEq for ServiceTopicNames
impl PartialEq for ServiceTopicNames
Source§fn eq(&self, other: &ServiceTopicNames) -> bool
fn eq(&self, other: &ServiceTopicNames) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ServiceTopicNames
impl StructuralPartialEq for ServiceTopicNames
Auto Trait Implementations§
impl Freeze for ServiceTopicNames
impl RefUnwindSafe for ServiceTopicNames
impl Send for ServiceTopicNames
impl Sync for ServiceTopicNames
impl Unpin for ServiceTopicNames
impl UnsafeUnpin for ServiceTopicNames
impl UnwindSafe for ServiceTopicNames
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