pub struct LocalPostgresHeartbeatData { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LocalPostgresHeartbeatData
impl Clone for LocalPostgresHeartbeatData
Source§fn clone(&self) -> LocalPostgresHeartbeatData
fn clone(&self) -> LocalPostgresHeartbeatData
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 LocalPostgresHeartbeatData
impl Debug for LocalPostgresHeartbeatData
Source§impl Default for LocalPostgresHeartbeatData
impl Default for LocalPostgresHeartbeatData
Source§impl From<LocalPostgresHeartbeatData> for LocalPostgresHeartbeatData
impl From<LocalPostgresHeartbeatData> for LocalPostgresHeartbeatData
Source§fn from(value: LocalPostgresHeartbeatData) -> Self
fn from(value: LocalPostgresHeartbeatData) -> Self
Converts to this type from the input type.
Source§impl TryFrom<LocalPostgresHeartbeatData> for LocalPostgresHeartbeatData
impl TryFrom<LocalPostgresHeartbeatData> for LocalPostgresHeartbeatData
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: LocalPostgresHeartbeatData) -> Result<Self, ConversionError>
fn try_from(value: LocalPostgresHeartbeatData) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for LocalPostgresHeartbeatData
impl RefUnwindSafe for LocalPostgresHeartbeatData
impl Send for LocalPostgresHeartbeatData
impl Sync for LocalPostgresHeartbeatData
impl Unpin for LocalPostgresHeartbeatData
impl UnsafeUnpin for LocalPostgresHeartbeatData
impl UnwindSafe for LocalPostgresHeartbeatData
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