pub struct RouteSpec {
pub route_id: String,
pub from_uri: String,
}Expand description
Minimal domain value object representing a route’s identity. No framework dependencies — pure domain type.
Fields§
§route_id: String§from_uri: StringImplementations§
Trait Implementations§
impl Eq for RouteSpec
impl StructuralPartialEq for RouteSpec
Auto Trait Implementations§
impl Freeze for RouteSpec
impl RefUnwindSafe for RouteSpec
impl Send for RouteSpec
impl Sync for RouteSpec
impl Unpin for RouteSpec
impl UnsafeUnpin for RouteSpec
impl UnwindSafe for RouteSpec
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