debug3 0.4.1

Space Efficient Pretty Printer
Documentation
// AUTOGENERATED FILE, DO NOT EDIT
//
// Crate Name: `hashbrown`
// Crate Version: `0.12.3`
impl crate::Debug for hashbrown::TryReserveError {
    fn fmt(&self, f: &mut crate::Formatter) {
        match self {
            Self::CapacityOverflow => {
                f.debug_tuple("CapacityOverflow").finish();
            }
            Self::AllocError { layout } => f
                .debug_struct("AllocError")
                .field("layout", layout)
                .finish(),
        }
    }
}
// Skipping hashbrown::hash_map::Drain due to hidden fields
// Skipping hashbrown::hash_map::DrainFilter due to hidden fields
// Skiping hashbrown::hash_map::Entry due to config rule hash_map::Entry
// Skiping hashbrown::hash_map::EntryRef due to config rule hash_map::EntryRef
// Skipping hashbrown::hash_map::HashMap due to hidden fields
// Skipping hashbrown::hash_map::IntoIter due to hidden fields
// Skipping hashbrown::hash_map::IntoKeys due to hidden fields
// Skipping hashbrown::hash_map::IntoValues due to hidden fields
// Skipping hashbrown::hash_map::Iter due to hidden fields
// Skipping hashbrown::hash_map::IterMut due to hidden fields
// Skipping hashbrown::hash_map::Keys due to hidden fields
// Skipping hashbrown::hash_map::OccupiedEntry due to hidden fields
// Skipping hashbrown::hash_map::OccupiedEntryRef due to hidden fields
impl<'a, K, V, S> crate::Debug for hashbrown::hash_map::OccupiedError<'a, K, V, S>
where
    hashbrown::hash_map::OccupiedEntry<'a, K, V, S>: crate::Debug,
    V: crate::Debug,
{
    fn fmt(&self, f: &mut crate::Formatter) {
        f.debug_struct("OccupiedError")
            .field("entry", &self.entry)
            .field("value", &self.value)
            .finish()
    }
}
// Skipping hashbrown::hash_map::RawEntryBuilder due to hidden fields
// Skipping hashbrown::hash_map::RawEntryBuilderMut due to hidden fields
impl<'a, K, V, S> crate::Debug for hashbrown::hash_map::RawEntryMut<'a, K, V, S>
where
    hashbrown::hash_map::RawOccupiedEntryMut<'a, K, V, S>: crate::Debug,
    hashbrown::hash_map::RawVacantEntryMut<'a, K, V, S>: crate::Debug,
{
    fn fmt(&self, f: &mut crate::Formatter) {
        match self {
            Self::Occupied(__0) => {
                f.debug_tuple("Occupied").field(__0).finish();
            }
            Self::Vacant(__0) => {
                f.debug_tuple("Vacant").field(__0).finish();
            }
        }
    }
}
// Skipping hashbrown::hash_map::RawOccupiedEntryMut due to hidden fields
// Skipping hashbrown::hash_map::RawVacantEntryMut due to hidden fields
// Skipping hashbrown::hash_map::VacantEntry due to hidden fields
// Skipping hashbrown::hash_map::VacantEntryRef due to hidden fields
// Skipping hashbrown::hash_map::Values due to hidden fields
// Skipping hashbrown::hash_map::ValuesMut due to hidden fields
// Skipping hashbrown::hash_set::Difference due to hidden fields
// Skipping hashbrown::hash_set::Drain due to hidden fields
// Skipping hashbrown::hash_set::DrainFilter due to hidden fields
impl<'a, T, S> crate::Debug for hashbrown::hash_set::Entry<'a, T, S>
where
    hashbrown::hash_set::OccupiedEntry<'a, T, S>: crate::Debug,
    hashbrown::hash_set::VacantEntry<'a, T, S>: crate::Debug,
{
    fn fmt(&self, f: &mut crate::Formatter) {
        match self {
            Self::Occupied(__0) => {
                f.debug_tuple("Occupied").field(__0).finish();
            }
            Self::Vacant(__0) => {
                f.debug_tuple("Vacant").field(__0).finish();
            }
        }
    }
}
// Skipping hashbrown::hash_set::HashSet due to hidden fields
// Skipping hashbrown::hash_set::Intersection due to hidden fields
// Skipping hashbrown::hash_set::IntoIter due to hidden fields
// Skipping hashbrown::hash_set::Iter due to hidden fields
// Skipping hashbrown::hash_set::OccupiedEntry due to hidden fields
// Skipping hashbrown::hash_set::SymmetricDifference due to hidden fields
// Skipping hashbrown::hash_set::Union due to hidden fields
// Skipping hashbrown::hash_set::VacantEntry due to hidden fields