pub struct ESet(/* private fields */);
Expand description
An ESet
represents a set of terms that may be useful for expanding the current query
Implementations§
Auto Trait Implementations§
impl Freeze for ESet
impl !RefUnwindSafe for ESet
impl !Send for ESet
impl !Sync for ESet
impl Unpin for ESet
impl UnwindSafe for ESet
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