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