pub struct GenConstr { /* private fields */ }Expand description
A general constraint added to a Model
To interact with the attributes of a constraint, use Model::get_obj_attr and Model::set_obj_attr
Trait Implementations§
impl Copy for GenConstr
impl Eq for GenConstr
impl StructuralPartialEq for GenConstr
Auto Trait Implementations§
impl Freeze for GenConstr
impl RefUnwindSafe for GenConstr
impl Send for GenConstr
impl Sync for GenConstr
impl Unpin for GenConstr
impl UnwindSafe for GenConstr
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