pub struct ReportDTCSnapshotRecordByDTCNumber { /* private fields */ }Expand description
Used only by 0x04
Trait Implementations§
Source§impl PartialEq for ReportDTCSnapshotRecordByDTCNumber
impl PartialEq for ReportDTCSnapshotRecordByDTCNumber
Source§fn eq(&self, other: &ReportDTCSnapshotRecordByDTCNumber) -> bool
fn eq(&self, other: &ReportDTCSnapshotRecordByDTCNumber) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReportDTCSnapshotRecordByDTCNumber
Auto Trait Implementations§
impl Freeze for ReportDTCSnapshotRecordByDTCNumber
impl RefUnwindSafe for ReportDTCSnapshotRecordByDTCNumber
impl Send for ReportDTCSnapshotRecordByDTCNumber
impl Sync for ReportDTCSnapshotRecordByDTCNumber
impl Unpin for ReportDTCSnapshotRecordByDTCNumber
impl UnwindSafe for ReportDTCSnapshotRecordByDTCNumber
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