pub struct AzureServiceBusNamespaceHeartbeatData {Show 20 fields
pub status: QueueHeartbeatStatus,
pub name: String,
pub resource_id: Option<String>,
pub resource_group: Option<String>,
pub location: Option<String>,
pub sku_name: Option<String>,
pub sku_tier: Option<String>,
pub sku_capacity: Option<i32>,
pub namespace_status: Option<String>,
pub provisioning_state: Option<String>,
pub service_bus_endpoint: Option<String>,
pub metric_id: Option<String>,
pub public_network_access: Option<String>,
pub disable_local_auth: Option<bool>,
pub minimum_tls_version: Option<String>,
pub premium_messaging_partitions: Option<i32>,
pub private_endpoint_connection_count: u32,
pub zone_redundant: Option<bool>,
pub created_at: Option<String>,
pub updated_at: Option<String>,
}Fields§
§status: QueueHeartbeatStatus§name: String§resource_id: Option<String>§resource_group: Option<String>§location: Option<String>§sku_name: Option<String>§sku_tier: Option<String>§sku_capacity: Option<i32>§namespace_status: Option<String>§provisioning_state: Option<String>§service_bus_endpoint: Option<String>§metric_id: Option<String>§public_network_access: Option<String>§disable_local_auth: Option<bool>§minimum_tls_version: Option<String>§private_endpoint_connection_count: u32§zone_redundant: Option<bool>§created_at: Option<String>§updated_at: Option<String>Trait Implementations§
Source§impl Clone for AzureServiceBusNamespaceHeartbeatData
impl Clone for AzureServiceBusNamespaceHeartbeatData
Source§fn clone(&self) -> AzureServiceBusNamespaceHeartbeatData
fn clone(&self) -> AzureServiceBusNamespaceHeartbeatData
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 AzureServiceBusNamespaceHeartbeatData
impl<'de> Deserialize<'de> for AzureServiceBusNamespaceHeartbeatData
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 AzureServiceBusNamespaceHeartbeatData
impl PartialEq for AzureServiceBusNamespaceHeartbeatData
Source§fn eq(&self, other: &AzureServiceBusNamespaceHeartbeatData) -> bool
fn eq(&self, other: &AzureServiceBusNamespaceHeartbeatData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AzureServiceBusNamespaceHeartbeatData
Auto Trait Implementations§
impl Freeze for AzureServiceBusNamespaceHeartbeatData
impl RefUnwindSafe for AzureServiceBusNamespaceHeartbeatData
impl Send for AzureServiceBusNamespaceHeartbeatData
impl Sync for AzureServiceBusNamespaceHeartbeatData
impl Unpin for AzureServiceBusNamespaceHeartbeatData
impl UnsafeUnpin for AzureServiceBusNamespaceHeartbeatData
impl UnwindSafe for AzureServiceBusNamespaceHeartbeatData
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