pub struct MacroCall {
pub name: Name,
pub args: Vec<Name>,
pub table_name: Option<Spanned<Value>>,
pub comment: Option<Spanned<String>>,
pub span: Span,
}Fields§
§name: Name§args: Vec<Name>§table_name: Option<Spanned<Value>>生成するテーブルの名詞。associate のみ。
comment: Option<Spanned<String>>生成するテーブルのコメント。associate のみ。
span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for MacroCall
impl RefUnwindSafe for MacroCall
impl Send for MacroCall
impl Sync for MacroCall
impl Unpin for MacroCall
impl UnsafeUnpin for MacroCall
impl UnwindSafe for MacroCall
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