pub struct HeartbeatCollectionIssue {
pub source: String,
pub reason: HeartbeatCollectionIssueReason,
pub severity: HeartbeatIssueSeverity,
pub message: String,
}Fields§
§source: String§reason: HeartbeatCollectionIssueReason§severity: HeartbeatIssueSeverity§message: StringTrait Implementations§
Source§impl Clone for HeartbeatCollectionIssue
impl Clone for HeartbeatCollectionIssue
Source§fn clone(&self) -> HeartbeatCollectionIssue
fn clone(&self) -> HeartbeatCollectionIssue
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 HeartbeatCollectionIssue
impl Debug for HeartbeatCollectionIssue
Source§impl<'de> Deserialize<'de> for HeartbeatCollectionIssue
impl<'de> Deserialize<'de> for HeartbeatCollectionIssue
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 HeartbeatCollectionIssue
impl PartialEq for HeartbeatCollectionIssue
Source§fn eq(&self, other: &HeartbeatCollectionIssue) -> bool
fn eq(&self, other: &HeartbeatCollectionIssue) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HeartbeatCollectionIssue
impl Serialize for HeartbeatCollectionIssue
impl StructuralPartialEq for HeartbeatCollectionIssue
Auto Trait Implementations§
impl Freeze for HeartbeatCollectionIssue
impl RefUnwindSafe for HeartbeatCollectionIssue
impl Send for HeartbeatCollectionIssue
impl Sync for HeartbeatCollectionIssue
impl Unpin for HeartbeatCollectionIssue
impl UnsafeUnpin for HeartbeatCollectionIssue
impl UnwindSafe for HeartbeatCollectionIssue
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