pub struct InlineRef {
pub target_table: Ident,
pub target_column: Ident,
pub relationship: RelationshipType,
pub span: Span,
}Fields§
§target_table: Ident§target_column: Ident§relationship: RelationshipType§span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for InlineRef
impl RefUnwindSafe for InlineRef
impl Send for InlineRef
impl Sync for InlineRef
impl Unpin for InlineRef
impl UnwindSafe for InlineRef
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