pub struct Model {}
Trait Implementations§
Source§impl Module for Model
impl Module for Model
fn options(_modelx: &Modelx) -> TokenStream
fn options_embed(_modelx: &Modelx) -> TokenStream
fn boot(_modelx: &Modelx) -> TokenStream
fn init(modelx: &Modelx) -> TokenStream
Auto Trait Implementations§
impl Freeze for Model
impl RefUnwindSafe for Model
impl Send for Model
impl Sync for Model
impl Unpin for Model
impl UnwindSafe for Model
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