pub struct SubscriberDescription {
pub cookie: Cookie,
pub consumer: RepositoryId,
}Expand description
Components::SubscriberDescription-valuetype — Spec §6.6.8 (S. 30).
Fields§
Cookie unter dem die Subscription registriert ist.
consumer: RepositoryIdEventConsumerBase consumer;.
Trait Implementations§
Source§impl Clone for SubscriberDescription
impl Clone for SubscriberDescription
Source§fn clone(&self) -> SubscriberDescription
fn clone(&self) -> SubscriberDescription
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 SubscriberDescription
impl Debug for SubscriberDescription
Source§impl PartialEq for SubscriberDescription
impl PartialEq for SubscriberDescription
Source§fn eq(&self, other: &SubscriberDescription) -> bool
fn eq(&self, other: &SubscriberDescription) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SubscriberDescription
impl StructuralPartialEq for SubscriberDescription
Auto Trait Implementations§
impl Freeze for SubscriberDescription
impl RefUnwindSafe for SubscriberDescription
impl Send for SubscriberDescription
impl Sync for SubscriberDescription
impl Unpin for SubscriberDescription
impl UnsafeUnpin for SubscriberDescription
impl UnwindSafe for SubscriberDescription
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