pub struct RawHeartbeatSnippet {
pub source: String,
pub format: RawHeartbeatSnippetFormat,
pub collected_at: DateTime<Utc>,
pub body: String,
pub truncated: bool,
}Fields§
§source: String§format: RawHeartbeatSnippetFormat§collected_at: DateTime<Utc>§body: String§truncated: boolTrait 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<'de> Deserialize<'de> for RawHeartbeatSnippet
impl<'de> Deserialize<'de> for RawHeartbeatSnippet
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 RawHeartbeatSnippet
impl PartialEq for RawHeartbeatSnippet
Source§fn eq(&self, other: &RawHeartbeatSnippet) -> bool
fn eq(&self, other: &RawHeartbeatSnippet) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RawHeartbeatSnippet
impl Serialize for RawHeartbeatSnippet
impl StructuralPartialEq for RawHeartbeatSnippet
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