Struct sqlx_macros_core::query::QueryMacroInput
source · pub struct QueryMacroInput { /* private fields */ }
Expand description
Macro input shared by query!()
and query_file!()
Trait Implementations§
source§impl Parse for QueryMacroInput
impl Parse for QueryMacroInput
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for QueryMacroInput
impl RefUnwindSafe for QueryMacroInput
impl !Send for QueryMacroInput
impl !Sync for QueryMacroInput
impl Unpin for QueryMacroInput
impl UnwindSafe for QueryMacroInput
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