pub struct Constraint_ {
pub table: Table,
pub schema_id: SchemaConstraintId,
pub id: String,
pub type_: ConstraintType,
}Fields§
§table: Table§schema_id: SchemaConstraintId§id: String§type_: ConstraintTypeAuto Trait Implementations§
impl Freeze for Constraint_
impl !RefUnwindSafe for Constraint_
impl !Send for Constraint_
impl !Sync for Constraint_
impl Unpin for Constraint_
impl !UnwindSafe for Constraint_
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