pub struct NavigationId(/* private fields */);Expand description
Process-unique identity of one accepted top-level navigation attempt.
Allocated by the event normalizer from a process-wide monotonic sequence; never reused within a process, never persistent across launches.
Implementations§
Trait Implementations§
Auto Trait Implementations§
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