pub struct Deployed {
pub env: String,
pub handle: DeployedAgent,
}Expand description
One live deployment: how it was deployed + the kill-on-drop handle.
Fields§
§env: String§handle: DeployedAgentAuto Trait Implementations§
impl !RefUnwindSafe for Deployed
impl !UnwindSafe for Deployed
impl Freeze for Deployed
impl Send for Deployed
impl Sync for Deployed
impl Unpin for Deployed
impl UnsafeUnpin for Deployed
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