Struct hydro::core::deployment::Deployment
source · pub struct Deployment {
pub hosts: Vec<Arc<RwLock<dyn Host>>>,
pub services: Vec<Weak<RwLock<dyn Service>>>,
pub resource_pool: ResourcePool,
/* private fields */
}Fields§
§hosts: Vec<Arc<RwLock<dyn Host>>>§services: Vec<Weak<RwLock<dyn Service>>>§resource_pool: ResourcePoolImplementations§
source§impl Deployment
impl Deployment
Trait Implementations§
source§impl Default for Deployment
impl Default for Deployment
source§fn default() -> Deployment
fn default() -> Deployment
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for Deployment
impl Send for Deployment
impl Sync for Deployment
impl Unpin for Deployment
impl !UnwindSafe for Deployment
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