pub struct RouteId(/* private fields */);
Expand description
A route ID is a unique identifier for a route. This is a wrapper around a UUID.
Trait Implementations§
impl Copy for RouteId
impl Eq for RouteId
impl StructuralPartialEq for RouteId
Auto Trait Implementations§
impl Freeze for RouteId
impl RefUnwindSafe for RouteId
impl Send for RouteId
impl Sync for RouteId
impl Unpin for RouteId
impl UnwindSafe for RouteId
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