pub struct Reference {
pub clause: String,
pub id: i64,
pub seq: i64,
pub many: bool,
pub table: String,
pub from: String,
pub to: String,
pub on_update: String,
pub on_delete: String,
pub match: String,
}Fields§
§clause: String§id: i64§seq: i64§many: bool§table: String§from: String§to: String§on_update: String§on_delete: String§match: StringTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Reference
impl Send for Reference
impl Sync for Reference
impl Unpin for Reference
impl UnwindSafe for Reference
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