pub struct ConstraintProgram(pub Expr);Tuple Fields§
§0: ExprTrait Implementations§
Source§impl Clone for ConstraintProgram
impl Clone for ConstraintProgram
Source§fn clone(&self) -> ConstraintProgram
fn clone(&self) -> ConstraintProgram
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Parse for ConstraintProgram
impl Parse for ConstraintProgram
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for ConstraintProgram
impl RefUnwindSafe for ConstraintProgram
impl !Send for ConstraintProgram
impl !Sync for ConstraintProgram
impl Unpin for ConstraintProgram
impl UnwindSafe for ConstraintProgram
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