Struct torrust_index_backend::app::Running
source · pub struct Running {
pub api_server: Server,
pub socket_address: SocketAddr,
pub tracker_data_importer_handle: JoinHandle<()>,
}
Fields§
§api_server: Server
§socket_address: SocketAddr
§tracker_data_importer_handle: JoinHandle<()>
Auto Trait Implementations§
impl !RefUnwindSafe for Running
impl Send for Running
impl !Sync for Running
impl Unpin for Running
impl !UnwindSafe for Running
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