pub(crate) struct Attr {
pub(crate) kind: Ident,
pub(crate) schema_name: String,
pub(crate) table_name: String,
pub(crate) sql: Option<String>,
}
Fields§
§kind: Ident
§schema_name: String
§table_name: String
§sql: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Attr
impl RefUnwindSafe for Attr
impl !Send for Attr
impl !Sync for Attr
impl Unpin for Attr
impl UnwindSafe for Attr
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