pub struct ConstraintNode {
pub id: String,
pub expr: String,
}Expand description
A parsed constraint definition.
Fields§
§id: String§expr: StringTrait Implementations§
Source§impl Clone for ConstraintNode
impl Clone for ConstraintNode
Source§fn clone(&self) -> ConstraintNode
fn clone(&self) -> ConstraintNode
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 moreAuto Trait Implementations§
impl Freeze for ConstraintNode
impl RefUnwindSafe for ConstraintNode
impl Send for ConstraintNode
impl Sync for ConstraintNode
impl Unpin for ConstraintNode
impl UnsafeUnpin for ConstraintNode
impl UnwindSafe for ConstraintNode
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