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