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