pub struct Reverse {
pub alias: String,
pub from_table: String,
pub via: Vec<String>,
pub unique: bool,
pub span: Span,
}Expand description
参照される側から見た関連。DDL には出ない。
Fields§
§alias: String§from_table: StringFKを持つテーブル。
via: Vec<String>対応するFK列。
unique: boolone_to_one か。
span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for Reverse
impl RefUnwindSafe for Reverse
impl Send for Reverse
impl Sync for Reverse
impl Unpin for Reverse
impl UnsafeUnpin for Reverse
impl UnwindSafe for Reverse
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