Searched refs:CannotDerive (Results 1 – 3 of 3) sorted by relevance
63 pub struct CannotDerive<'ctx> { struct106 impl<'ctx> CannotDerive<'ctx> { implementation636 impl<'ctx> MonotoneFramework for CannotDerive<'ctx> { implementation643 ) -> CannotDerive<'ctx> { in new()647 CannotDerive { in new()723 impl<'ctx> From<CannotDerive<'ctx>> for HashMap<ItemId, CanDerive> {724 fn from(analysis: CannotDerive<'ctx>) -> Self { in from()
44 pub use self::derive::{as_cannot_derive_set, CannotDerive, DeriveTrait};
5 analyze, as_cannot_derive_set, CannotDerive, DeriveTrait,2429 Some(as_cannot_derive_set(analyze::<CannotDerive>(( in compute_cannot_derive_debug()2456 Some(as_cannot_derive_set(analyze::<CannotDerive>(( in compute_cannot_derive_default()2482 Some(as_cannot_derive_set(analyze::<CannotDerive>(( in compute_cannot_derive_copy()2494 Some(as_cannot_derive_set(analyze::<CannotDerive>(( in compute_cannot_derive_hash()2524 Some(analyze::<CannotDerive>(( in compute_cannot_derive_partialord_partialeq_or_eq()