Struct autopulse::db::conn::multi_connection_impl::backend::MultiDefaultValueClauseForInsert
source · pub struct MultiDefaultValueClauseForInsert;
Auto Trait Implementations§
impl Freeze for MultiDefaultValueClauseForInsert
impl RefUnwindSafe for MultiDefaultValueClauseForInsert
impl Send for MultiDefaultValueClauseForInsert
impl Sync for MultiDefaultValueClauseForInsert
impl Unpin for MultiDefaultValueClauseForInsert
impl UnwindSafe for MultiDefaultValueClauseForInsert
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