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