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