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