pub struct Undefined {
pub callee: (String, usize),
pub caller: (String, usize),
pub suggestion: Option<String>,
}Expand description
An undefined-predicate reference, rendered for display.
Fields§
§callee: (String, usize)§caller: (String, usize)§suggestion: Option<String>Closest defined/builtin name of the same arity, if one is near.
Auto Trait Implementations§
impl Freeze for Undefined
impl RefUnwindSafe for Undefined
impl Send for Undefined
impl Sync for Undefined
impl Unpin for Undefined
impl UnsafeUnpin for Undefined
impl UnwindSafe for Undefined
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