pub struct NoopCeremonyEventSubscriber;Expand description
The subscriber a stream gets when nothing is projecting from it.
Its own type rather than an Option, for the reason
NoopMetricsRecorder is one: the
append path notifies unconditionally, so there is no branch to get
wrong and no configuration in which the notification is skipped.
Trait Implementations§
Source§impl Clone for NoopCeremonyEventSubscriber
impl Clone for NoopCeremonyEventSubscriber
impl Copy for NoopCeremonyEventSubscriber
Source§impl Debug for NoopCeremonyEventSubscriber
impl Debug for NoopCeremonyEventSubscriber
Auto Trait Implementations§
impl Freeze for NoopCeremonyEventSubscriber
impl RefUnwindSafe for NoopCeremonyEventSubscriber
impl Send for NoopCeremonyEventSubscriber
impl Sync for NoopCeremonyEventSubscriber
impl Unpin for NoopCeremonyEventSubscriber
impl UnsafeUnpin for NoopCeremonyEventSubscriber
impl UnwindSafe for NoopCeremonyEventSubscriber
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