pub struct GoalTerm {
pub loc: Loc,
pub goal_name: String,
pub explanations: Vec<String>,
}Fields§
§loc: Loc§goal_name: String§explanations: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoalTerm
impl RefUnwindSafe for GoalTerm
impl Send for GoalTerm
impl Sync for GoalTerm
impl Unpin for GoalTerm
impl UnsafeUnpin for GoalTerm
impl UnwindSafe for GoalTerm
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