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