pub struct LatticeRegistry { /* private fields */ }Expand description
Registry that maps paths to type-erased lattice merge functions.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LatticeRegistry
impl !RefUnwindSafe for LatticeRegistry
impl Send for LatticeRegistry
impl Sync for LatticeRegistry
impl Unpin for LatticeRegistry
impl !UnwindSafe for LatticeRegistry
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