pub struct ReplierEndpoint {
pub request_reader: SubscriptionBuiltinTopicData,
pub reply_writer: PublicationBuiltinTopicData,
}Expand description
Replier-Pair (Request-Reader + Reply-Writer).
Fields§
§request_reader: SubscriptionBuiltinTopicDataSEDP-Daten des Request-Readers.
reply_writer: PublicationBuiltinTopicDataSEDP-Daten des Reply-Writers.
Trait Implementations§
Source§impl Clone for ReplierEndpoint
impl Clone for ReplierEndpoint
Source§fn clone(&self) -> ReplierEndpoint
fn clone(&self) -> ReplierEndpoint
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 ReplierEndpoint
impl Debug for ReplierEndpoint
Source§impl PartialEq for ReplierEndpoint
impl PartialEq for ReplierEndpoint
Source§fn eq(&self, other: &ReplierEndpoint) -> bool
fn eq(&self, other: &ReplierEndpoint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReplierEndpoint
Auto Trait Implementations§
impl Freeze for ReplierEndpoint
impl RefUnwindSafe for ReplierEndpoint
impl Send for ReplierEndpoint
impl Sync for ReplierEndpoint
impl Unpin for ReplierEndpoint
impl UnsafeUnpin for ReplierEndpoint
impl UnwindSafe for ReplierEndpoint
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