pub struct FinishedCheck {
id: CheckId,
bad: bool,
}
Fields§
§id: CheckId
§bad: bool
Implementations§
Trait Implementations§
Source§impl Debug for FinishedCheck
impl Debug for FinishedCheck
Source§impl Hash for FinishedCheck
impl Hash for FinishedCheck
Source§impl PartialEq for FinishedCheck
impl PartialEq for FinishedCheck
impl Eq for FinishedCheck
impl StructuralPartialEq for FinishedCheck
Auto Trait Implementations§
impl Freeze for FinishedCheck
impl RefUnwindSafe for FinishedCheck
impl Send for FinishedCheck
impl Sync for FinishedCheck
impl Unpin for FinishedCheck
impl UnwindSafe for FinishedCheck
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> Pointable for T
impl<T> Pointable for T
impl<T> ErasedDestructor for Twhere
T: 'static,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 56 bytes