pub struct Assignment<'a>(pub Cow<'static, str>, pub &'a dyn ToSql);
Tuple Fields§
§0: Cow<'static, str>
§1: &'a dyn ToSql
Trait Implementations§
Source§impl<'a> Debug for Assignment<'a>
impl<'a> Debug for Assignment<'a>
Source§impl<'a> Modifier<Insert<'a>> for Assignment<'a>
impl<'a> Modifier<Insert<'a>> for Assignment<'a>
Auto Trait Implementations§
impl<'a> Freeze for Assignment<'a>
impl<'a> !RefUnwindSafe for Assignment<'a>
impl<'a> !Send for Assignment<'a>
impl<'a> !Sync for Assignment<'a>
impl<'a> Unpin for Assignment<'a>
impl<'a> !UnwindSafe for Assignment<'a>
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