pub enum DtcStatus {
Stored,
Pending,
Permanent,
}Expand description
Lifecycle status of a DTC.
Variants§
Trait Implementations§
impl Copy for DtcStatus
impl Eq for DtcStatus
impl StructuralPartialEq for DtcStatus
Auto Trait Implementations§
impl Freeze for DtcStatus
impl RefUnwindSafe for DtcStatus
impl Send for DtcStatus
impl Sync for DtcStatus
impl Unpin for DtcStatus
impl UnsafeUnpin for DtcStatus
impl UnwindSafe for DtcStatus
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.