pub struct RunningServer {
pub base_url: String,
/* private fields */
}Fields§
§base_url: StringImplementations§
Source§impl RunningServer
impl RunningServer
pub async fn stop(self) -> RegistryResult<()>
Auto Trait Implementations§
impl Freeze for RunningServer
impl !RefUnwindSafe for RunningServer
impl Send for RunningServer
impl Sync for RunningServer
impl Unpin for RunningServer
impl !UnwindSafe for RunningServer
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