struct RouteWarnings {
unroutable: SeenRoutes,
invalid: SeenRoutes,
}Expand description
Unroutable publishes and invalid payloads, tracked separately.
Fields§
§unroutable: SeenRoutes§invalid: SeenRoutesTrait Implementations§
Source§impl Default for RouteWarnings
impl Default for RouteWarnings
Source§fn default() -> RouteWarnings
fn default() -> RouteWarnings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RouteWarnings
impl RefUnwindSafe for RouteWarnings
impl Send for RouteWarnings
impl Sync for RouteWarnings
impl Unpin for RouteWarnings
impl UnwindSafe for RouteWarnings
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