Struct sqlx_oldapi::any::AnyArgumentBuffer  
source · pub struct AnyArgumentBuffer<'q>(_);Auto Trait Implementations§
impl<'q> !RefUnwindSafe for AnyArgumentBuffer<'q>
impl<'q> Send for AnyArgumentBuffer<'q>
impl<'q> Sync for AnyArgumentBuffer<'q>
impl<'q> Unpin for AnyArgumentBuffer<'q>
impl<'q> !UnwindSafe for AnyArgumentBuffer<'q>
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