Struct ForeignKeyActionQueryResult
pub struct ForeignKeyActionQueryResult {
pub constraint_name: String,
pub update_rule: String,
pub delete_rule: String,
}Fields§
§constraint_name: String§update_rule: String§delete_rule: StringTrait Implementations§
§impl Debug for ForeignKeyActionQueryResult
impl Debug for ForeignKeyActionQueryResult
§impl Default for ForeignKeyActionQueryResult
impl Default for ForeignKeyActionQueryResult
§fn default() -> ForeignKeyActionQueryResult
fn default() -> ForeignKeyActionQueryResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ForeignKeyActionQueryResult
impl RefUnwindSafe for ForeignKeyActionQueryResult
impl Send for ForeignKeyActionQueryResult
impl Sync for ForeignKeyActionQueryResult
impl Unpin for ForeignKeyActionQueryResult
impl UnwindSafe for ForeignKeyActionQueryResult
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