Expand description
A Statement is a declaration of a expression (or proposition) connected to a Variable.
For instance, “A is true iff x > 3, else false” is a statement. Currently only AtLeast is
considered to be an Expression.
Fields
variable: Variableexpression: Option<AtLeast>Auto Trait Implementations
impl RefUnwindSafe for Statement
impl Send for Statement
impl Sync for Statement
impl Unpin for Statement
impl UnwindSafe for Statement
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more