pub struct DefaultTableConstraintGenerator { /* private fields */ }Implementations§
Source§impl DefaultTableConstraintGenerator
impl DefaultTableConstraintGenerator
pub fn new(context: GeneratorContext) -> Self
pub fn context(&self) -> &GeneratorContext
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DefaultTableConstraintGenerator
impl !Send for DefaultTableConstraintGenerator
impl !Sync for DefaultTableConstraintGenerator
impl !UnwindSafe for DefaultTableConstraintGenerator
impl Freeze for DefaultTableConstraintGenerator
impl Unpin for DefaultTableConstraintGenerator
impl UnsafeUnpin for DefaultTableConstraintGenerator
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