enum Report {
New,
Final,
Skip,
}Expand description
Whether an unroutable publish is worth reporting yet.
Variants§
New
Not seen on this connection before.
Final
As Report::New, and the last one this connection will report.
Skip
Already reported, or reporting has stopped.
Auto Trait Implementations§
impl Freeze for Report
impl RefUnwindSafe for Report
impl Send for Report
impl Sync for Report
impl Unpin for Report
impl UnwindSafe for Report
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