pub struct DuplicateRoute {
pub replaced_id: String,
pub effective_id: String,
/* private fields */
}
Expand description
A detected duplicate route.
Fields§
§replaced_id: String
The raw route that was duplicated.
effective_id: String
The component ID corresponding to the duplicated route.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DuplicateRoute
impl RefUnwindSafe for DuplicateRoute
impl Send for DuplicateRoute
impl Sync for DuplicateRoute
impl Unpin for DuplicateRoute
impl UnwindSafe for DuplicateRoute
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