pub struct ConstraintHandle {
pub table: TableHandle,
pub id: String,
}Fields§
§table: TableHandle§id: StringImplementations§
Source§impl ConstraintHandle
impl ConstraintHandle
pub fn renamed_from(self, old_name: &str) -> ConstraintHandle
Auto Trait Implementations§
impl Freeze for ConstraintHandle
impl !RefUnwindSafe for ConstraintHandle
impl !Send for ConstraintHandle
impl !Sync for ConstraintHandle
impl Unpin for ConstraintHandle
impl UnsafeUnpin for ConstraintHandle
impl !UnwindSafe for ConstraintHandle
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