Struct hydro::core::ResourceBatch
source · pub struct ResourceBatch {
pub terraform: TerraformBatch,
}Fields§
§terraform: TerraformBatchAuto Trait Implementations§
impl RefUnwindSafe for ResourceBatch
impl Send for ResourceBatch
impl Sync for ResourceBatch
impl Unpin for ResourceBatch
impl UnwindSafe for ResourceBatch
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