pub struct ServiceRoot(/* private fields */);Expand description
The root of the web service.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServiceRoot
impl RefUnwindSafe for ServiceRoot
impl Send for ServiceRoot
impl Sync for ServiceRoot
impl Unpin for ServiceRoot
impl UnwindSafe for ServiceRoot
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