pub struct SymbolRegistry { /* private fields */ }Expand description
Registry for mapping words to FOL variable names.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SymbolRegistry
impl RefUnwindSafe for SymbolRegistry
impl Send for SymbolRegistry
impl Sync for SymbolRegistry
impl Unpin for SymbolRegistry
impl UnwindSafe for SymbolRegistry
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