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