pub struct HybridSubnetInfo {
pub display_name: Option<String>,
pub region: Option<String>,
pub uri: Option<String>,
}Expand description
For display only. Metadata associated with a hybrid subnet.
This type is not used in any activity, and only used as part of another schema.
Fields§
§display_name: Option<String>Name of a hybrid subnet.
region: Option<String>Name of a Google Cloud region where the hybrid subnet is configured.
uri: Option<String>URI of a hybrid subnet.
Trait Implementations§
Source§impl Clone for HybridSubnetInfo
impl Clone for HybridSubnetInfo
Source§fn clone(&self) -> HybridSubnetInfo
fn clone(&self) -> HybridSubnetInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HybridSubnetInfo
impl Debug for HybridSubnetInfo
Source§impl Default for HybridSubnetInfo
impl Default for HybridSubnetInfo
Source§fn default() -> HybridSubnetInfo
fn default() -> HybridSubnetInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HybridSubnetInfo
impl<'de> Deserialize<'de> for HybridSubnetInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for HybridSubnetInfo
Auto Trait Implementations§
impl Freeze for HybridSubnetInfo
impl RefUnwindSafe for HybridSubnetInfo
impl Send for HybridSubnetInfo
impl Sync for HybridSubnetInfo
impl Unpin for HybridSubnetInfo
impl UnsafeUnpin for HybridSubnetInfo
impl UnwindSafe for HybridSubnetInfo
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