pub struct DictionaryCtx<'a> {
pub lexicon: &'a LexiconSet,
pub connection: ConnectionCosts<'a>,
}Expand description
Dictionary context for lattice construction.
Fields§
§lexicon: &'a LexiconSet§connection: ConnectionCosts<'a>Auto Trait Implementations§
impl<'a> Freeze for DictionaryCtx<'a>
impl<'a> RefUnwindSafe for DictionaryCtx<'a>
impl<'a> Send for DictionaryCtx<'a>
impl<'a> Sync for DictionaryCtx<'a>
impl<'a> Unpin for DictionaryCtx<'a>
impl<'a> UnsafeUnpin for DictionaryCtx<'a>
impl<'a> UnwindSafe for DictionaryCtx<'a>
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