pub struct Ambiguous {
pub interpretations: Vec<Interpretation>,
}Expand description
A set of plausible readings. Always at least two; the form should ask, not pick.
Fields§
§interpretations: Vec<Interpretation>Every plausible reading, in table order.
Trait Implementations§
impl Eq for Ambiguous
impl StructuralPartialEq for Ambiguous
Auto Trait Implementations§
impl Freeze for Ambiguous
impl RefUnwindSafe for Ambiguous
impl Send for Ambiguous
impl Sync for Ambiguous
impl Unpin for Ambiguous
impl UnsafeUnpin for Ambiguous
impl UnwindSafe for Ambiguous
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