pub struct IndexStructGenerator;Implementations§
Source§impl IndexStructGenerator
impl IndexStructGenerator
pub fn generate( &self, table_def: &TableDef<'_>, index_enum: &IndexEnum, db_types: &[DatabaseType], ) -> TokenStream
Trait Implementations§
Source§impl Debug for IndexStructGenerator
impl Debug for IndexStructGenerator
Source§impl Default for IndexStructGenerator
impl Default for IndexStructGenerator
Source§fn default() -> IndexStructGenerator
fn default() -> IndexStructGenerator
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IndexStructGenerator
impl RefUnwindSafe for IndexStructGenerator
impl Send for IndexStructGenerator
impl Sync for IndexStructGenerator
impl Unpin for IndexStructGenerator
impl UnwindSafe for IndexStructGenerator
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