pub struct PredicateRegistry { /* private fields */ }Expand description
Predicate registry using a simple HashMap for reliable lookups. The LazyLock ensures this is only created once at startup.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PredicateRegistry
impl !UnwindSafe for PredicateRegistry
impl Freeze for PredicateRegistry
impl Send for PredicateRegistry
impl Sync for PredicateRegistry
impl Unpin for PredicateRegistry
impl UnsafeUnpin for PredicateRegistry
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