pub struct ConjunctIndex { /* private fields */ }Expand description
Maps conjunct def names to their component parts.
A conjunct like "hot-water" decomposes into ["hot", "water"].
Components are the individual marker tags separated by "-".
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConjunctIndex
impl RefUnwindSafe for ConjunctIndex
impl Send for ConjunctIndex
impl Sync for ConjunctIndex
impl Unpin for ConjunctIndex
impl UnsafeUnpin for ConjunctIndex
impl UnwindSafe for ConjunctIndex
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