Struct hydro::core::gcp::GCPNetwork
source · pub struct GCPNetwork {
pub project: String,
pub existing_vpc: Option<String>,
/* private fields */
}Fields§
§project: String§existing_vpc: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GCPNetwork
impl Send for GCPNetwork
impl Sync for GCPNetwork
impl Unpin for GCPNetwork
impl UnwindSafe for GCPNetwork
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