Struct hydro::core::ResourcePool
source · pub struct ResourcePool {
pub terraform: TerraformPool,
}Fields§
§terraform: TerraformPoolTrait Implementations§
source§impl Default for ResourcePool
impl Default for ResourcePool
source§fn default() -> ResourcePool
fn default() -> ResourcePool
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for ResourcePool
impl Send for ResourcePool
impl Sync for ResourcePool
impl Unpin for ResourcePool
impl !UnwindSafe for ResourcePool
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