pub struct AzureFoundryAiHeartbeatData {
pub status: AiHeartbeatStatus,
pub account_name: String,
pub endpoint: Option<String>,
pub resource_group: Option<String>,
pub location: Option<String>,
}Fields§
§status: AiHeartbeatStatus§account_name: String§endpoint: Option<String>§resource_group: Option<String>§location: Option<String>Trait Implementations§
Source§impl Clone for AzureFoundryAiHeartbeatData
impl Clone for AzureFoundryAiHeartbeatData
Source§fn clone(&self) -> AzureFoundryAiHeartbeatData
fn clone(&self) -> AzureFoundryAiHeartbeatData
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 AzureFoundryAiHeartbeatData
impl Debug for AzureFoundryAiHeartbeatData
Source§impl<'de> Deserialize<'de> for AzureFoundryAiHeartbeatData
impl<'de> Deserialize<'de> for AzureFoundryAiHeartbeatData
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 StructuralPartialEq for AzureFoundryAiHeartbeatData
Auto Trait Implementations§
impl Freeze for AzureFoundryAiHeartbeatData
impl RefUnwindSafe for AzureFoundryAiHeartbeatData
impl Send for AzureFoundryAiHeartbeatData
impl Sync for AzureFoundryAiHeartbeatData
impl Unpin for AzureFoundryAiHeartbeatData
impl UnsafeUnpin for AzureFoundryAiHeartbeatData
impl UnwindSafe for AzureFoundryAiHeartbeatData
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