pub struct Started {
pub service_binding: ServiceBinding,
pub address: SocketAddr,
}Expand description
This is the message that the “launcher” spawned task sends to the main application process to notify the service was successfully started.
Fields§
§service_binding: ServiceBinding§address: SocketAddrTrait Implementations§
Auto Trait Implementations§
impl Freeze for Started
impl RefUnwindSafe for Started
impl Send for Started
impl Sync for Started
impl Unpin for Started
impl UnsafeUnpin for Started
impl UnwindSafe for Started
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