pub struct ContainerGroupProperties {
pub identity: Option<ContainerGroupIdentity>,
pub properties: Properties,
}Expand description
The container group properties
Fields§
§identity: Option<ContainerGroupIdentity>Identity for the container group.
properties: PropertiesThe container group properties
Implementations§
Source§impl ContainerGroupProperties
impl ContainerGroupProperties
pub fn new(properties: Properties) -> Self
Trait Implementations§
Source§impl Clone for ContainerGroupProperties
impl Clone for ContainerGroupProperties
Source§fn clone(&self) -> ContainerGroupProperties
fn clone(&self) -> ContainerGroupProperties
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 ContainerGroupProperties
impl Debug for ContainerGroupProperties
Source§impl<'de> Deserialize<'de> for ContainerGroupProperties
impl<'de> Deserialize<'de> for ContainerGroupProperties
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 ContainerGroupProperties
impl PartialEq for ContainerGroupProperties
Source§impl Serialize for ContainerGroupProperties
impl Serialize for ContainerGroupProperties
impl StructuralPartialEq for ContainerGroupProperties
Auto Trait Implementations§
impl Freeze for ContainerGroupProperties
impl RefUnwindSafe for ContainerGroupProperties
impl Send for ContainerGroupProperties
impl Sync for ContainerGroupProperties
impl Unpin for ContainerGroupProperties
impl UnwindSafe for ContainerGroupProperties
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