pub struct ContainerGroupSubnetId {
pub id: String,
pub name: Option<String>,
}Expand description
Container group subnet information.
Fields§
§id: StringResource ID of virtual network and subnet.
name: Option<String>Friendly name for the subnet.
Implementations§
Trait Implementations§
Source§impl Clone for ContainerGroupSubnetId
impl Clone for ContainerGroupSubnetId
Source§fn clone(&self) -> ContainerGroupSubnetId
fn clone(&self) -> ContainerGroupSubnetId
Returns a duplicate of the value. Read more
1.0.0 · 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 ContainerGroupSubnetId
impl Debug for ContainerGroupSubnetId
Source§impl<'de> Deserialize<'de> for ContainerGroupSubnetId
impl<'de> Deserialize<'de> for ContainerGroupSubnetId
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
Source§impl PartialEq for ContainerGroupSubnetId
impl PartialEq for ContainerGroupSubnetId
Source§impl Serialize for ContainerGroupSubnetId
impl Serialize for ContainerGroupSubnetId
impl StructuralPartialEq for ContainerGroupSubnetId
Auto Trait Implementations§
impl Freeze for ContainerGroupSubnetId
impl RefUnwindSafe for ContainerGroupSubnetId
impl Send for ContainerGroupSubnetId
impl Sync for ContainerGroupSubnetId
impl Unpin for ContainerGroupSubnetId
impl UnwindSafe for ContainerGroupSubnetId
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