pub struct ServicePool { /* private fields */ }Expand description
§ServicePool
Auto Trait Implementations§
impl Freeze for ServicePool
impl !RefUnwindSafe for ServicePool
impl !Send for ServicePool
impl !Sync for ServicePool
impl Unpin for ServicePool
impl !UnwindSafe for ServicePool
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