pub struct Registration<R>(/* private fields */);
Expand description
The environment Registration
phase of routing.
Auto Trait Implementations§
impl<R> Freeze for Registration<R>
impl<R> RefUnwindSafe for Registration<R>where
R: RefUnwindSafe,
impl<R> Send for Registration<R>where
R: Send,
impl<R> Sync for Registration<R>where
R: Sync,
impl<R> Unpin for Registration<R>where
R: Unpin,
impl<R> UnwindSafe for Registration<R>where
R: UnwindSafe,
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