pub struct FlatPint {
pub decls: Vec<Decl>,
pub solve: Solve,
}Fields§
§decls: Vec<Decl>§solve: SolveTrait Implementations§
Auto Trait Implementations§
impl Freeze for FlatPint
impl RefUnwindSafe for FlatPint
impl Send for FlatPint
impl Sync for FlatPint
impl Unpin for FlatPint
impl UnwindSafe for FlatPint
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