pub struct SimpleRouterServiceProvider {}
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimpleRouterServiceProvider
impl RefUnwindSafe for SimpleRouterServiceProvider
impl Send for SimpleRouterServiceProvider
impl Sync for SimpleRouterServiceProvider
impl Unpin for SimpleRouterServiceProvider
impl UnwindSafe for SimpleRouterServiceProvider
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