pub struct DataWriterEntry {
pub name: String,
pub topic_ref: String,
pub qos: Option<EntityQos>,
pub qos_profile_ref: Option<String>,
}Expand description
<data_writer> (§7.3.5.4.6).
Fields§
§name: StringWriter-Name.
topic_ref: StringVerweis auf einen <topic>-Eintrag in der Domain.
qos: Option<EntityQos>Inline-<datawriter_qos>.
qos_profile_ref: Option<String>Optionaler qos_profile_ref.
Trait Implementations§
Source§impl Clone for DataWriterEntry
impl Clone for DataWriterEntry
Source§fn clone(&self) -> DataWriterEntry
fn clone(&self) -> DataWriterEntry
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 DataWriterEntry
impl Debug for DataWriterEntry
Source§impl Default for DataWriterEntry
impl Default for DataWriterEntry
Source§fn default() -> DataWriterEntry
fn default() -> DataWriterEntry
Returns the “default value” for a type. Read more
Source§impl PartialEq for DataWriterEntry
impl PartialEq for DataWriterEntry
Source§fn eq(&self, other: &DataWriterEntry) -> bool
fn eq(&self, other: &DataWriterEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DataWriterEntry
impl StructuralPartialEq for DataWriterEntry
Auto Trait Implementations§
impl Freeze for DataWriterEntry
impl RefUnwindSafe for DataWriterEntry
impl Send for DataWriterEntry
impl Sync for DataWriterEntry
impl Unpin for DataWriterEntry
impl UnsafeUnpin for DataWriterEntry
impl UnwindSafe for DataWriterEntry
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