pub struct DataWriterConfig {
pub object_id: ObjectId,
pub topic_ref: ObjectId,
pub qos_profile: Option<String>,
}Expand description
Ein <data_writer> (Spec §7.7.3.10).
Fields§
§object_id: ObjectIdObjectId, kind=OBJK_DATAWRITER.
topic_ref: ObjectIdReferenz auf ein Topic im selben Participant.
qos_profile: Option<String>Optional QoS-Profile.
Trait Implementations§
Source§impl Clone for DataWriterConfig
impl Clone for DataWriterConfig
Source§fn clone(&self) -> DataWriterConfig
fn clone(&self) -> DataWriterConfig
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 DataWriterConfig
impl Debug for DataWriterConfig
Source§impl PartialEq for DataWriterConfig
impl PartialEq for DataWriterConfig
Source§fn eq(&self, other: &DataWriterConfig) -> bool
fn eq(&self, other: &DataWriterConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DataWriterConfig
impl StructuralPartialEq for DataWriterConfig
Auto Trait Implementations§
impl Freeze for DataWriterConfig
impl RefUnwindSafe for DataWriterConfig
impl Send for DataWriterConfig
impl Sync for DataWriterConfig
impl Unpin for DataWriterConfig
impl UnsafeUnpin for DataWriterConfig
impl UnwindSafe for DataWriterConfig
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