pub struct AzureResourceGroupHeartbeatData {
pub status: AzureResourceGroupHeartbeatStatus,
pub name: String,
pub resource_id: Option<String>,
pub location: Option<String>,
pub provisioning_state: Option<String>,
pub managed_tags: BTreeMap<String, String>,
}Fields§
§status: AzureResourceGroupHeartbeatStatus§name: String§resource_id: Option<String>§location: Option<String>§provisioning_state: Option<String>Trait Implementations§
Source§impl Clone for AzureResourceGroupHeartbeatData
impl Clone for AzureResourceGroupHeartbeatData
Source§fn clone(&self) -> AzureResourceGroupHeartbeatData
fn clone(&self) -> AzureResourceGroupHeartbeatData
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<'de> Deserialize<'de> for AzureResourceGroupHeartbeatData
impl<'de> Deserialize<'de> for AzureResourceGroupHeartbeatData
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 AzureResourceGroupHeartbeatData
impl PartialEq for AzureResourceGroupHeartbeatData
Source§fn eq(&self, other: &AzureResourceGroupHeartbeatData) -> bool
fn eq(&self, other: &AzureResourceGroupHeartbeatData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AzureResourceGroupHeartbeatData
Auto Trait Implementations§
impl Freeze for AzureResourceGroupHeartbeatData
impl RefUnwindSafe for AzureResourceGroupHeartbeatData
impl Send for AzureResourceGroupHeartbeatData
impl Sync for AzureResourceGroupHeartbeatData
impl Unpin for AzureResourceGroupHeartbeatData
impl UnsafeUnpin for AzureResourceGroupHeartbeatData
impl UnwindSafe for AzureResourceGroupHeartbeatData
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