pub struct Table { /* private fields */ }Expand description
A validated table declaration.
Implementations§
Source§impl Table
impl Table
Sourcepub fn constraints(&self) -> &[Constraint]
pub fn constraints(&self) -> &[Constraint]
Returns constraints in canonical name order.
Trait Implementations§
impl Eq for Table
impl StructuralPartialEq for Table
Source§impl ToRelationDatum for Table
impl ToRelationDatum for Table
Auto Trait Implementations§
impl Freeze for Table
impl RefUnwindSafe for Table
impl Send for Table
impl Sync for Table
impl Unpin for Table
impl UnsafeUnpin for Table
impl UnwindSafe for Table
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