pub struct AzureFlexibleServerPostgresHeartbeatData { /* private fields */ }Implementations§
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 From<AzureFlexibleServerPostgresHeartbeatData> for AzureFlexibleServerPostgresHeartbeatData
impl From<AzureFlexibleServerPostgresHeartbeatData> for AzureFlexibleServerPostgresHeartbeatData
Source§fn from(value: AzureFlexibleServerPostgresHeartbeatData) -> Self
fn from(value: AzureFlexibleServerPostgresHeartbeatData) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AzureFlexibleServerPostgresHeartbeatData> for AzureFlexibleServerPostgresHeartbeatData
impl TryFrom<AzureFlexibleServerPostgresHeartbeatData> for AzureFlexibleServerPostgresHeartbeatData
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: AzureFlexibleServerPostgresHeartbeatData,
) -> Result<Self, ConversionError>
fn try_from( value: AzureFlexibleServerPostgresHeartbeatData, ) -> Result<Self, ConversionError>
Performs the conversion.
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