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