pub struct DomainParticipant {
pub name: String,
pub domain_id: i32,
}Expand description
Spec §7.3 — WebDDS::DomainParticipant.
Fields§
§name: StringName (eindeutig pro Application).
domain_id: i32domain_id (Spec §7.3 Tab).
Trait Implementations§
Source§impl Clone for DomainParticipant
impl Clone for DomainParticipant
Source§fn clone(&self) -> DomainParticipant
fn clone(&self) -> DomainParticipant
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 DomainParticipant
impl Debug for DomainParticipant
Source§impl PartialEq for DomainParticipant
impl PartialEq for DomainParticipant
Source§fn eq(&self, other: &DomainParticipant) -> bool
fn eq(&self, other: &DomainParticipant) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DomainParticipant
impl StructuralPartialEq for DomainParticipant
Auto Trait Implementations§
impl Freeze for DomainParticipant
impl RefUnwindSafe for DomainParticipant
impl Send for DomainParticipant
impl Sync for DomainParticipant
impl Unpin for DomainParticipant
impl UnsafeUnpin for DomainParticipant
impl UnwindSafe for DomainParticipant
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