pub struct EmitterDescription {
pub base: PortDescription,
pub consumer: RepositoryId,
}Expand description
Components::EmitterDescription : PortDescription — Spec §6.6.8
(S. 30).
Fields§
§base: PortDescriptionInherited port description.
consumer: RepositoryIdEventConsumerBase consumer; — gegenstueck-Endpunkt.
Trait Implementations§
Source§impl Clone for EmitterDescription
impl Clone for EmitterDescription
Source§fn clone(&self) -> EmitterDescription
fn clone(&self) -> EmitterDescription
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 EmitterDescription
impl Debug for EmitterDescription
Source§impl PartialEq for EmitterDescription
impl PartialEq for EmitterDescription
Source§fn eq(&self, other: &EmitterDescription) -> bool
fn eq(&self, other: &EmitterDescription) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for EmitterDescription
impl StructuralPartialEq for EmitterDescription
Auto Trait Implementations§
impl Freeze for EmitterDescription
impl RefUnwindSafe for EmitterDescription
impl Send for EmitterDescription
impl Sync for EmitterDescription
impl Unpin for EmitterDescription
impl UnsafeUnpin for EmitterDescription
impl UnwindSafe for EmitterDescription
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