pub struct SqlSet(pub SqlIdent, pub SqlLiteral);Expand description
SET var ‘=’ literal
Tuple Fields§
§0: SqlIdent§1: SqlLiteralAuto Trait Implementations§
impl Freeze for SqlSet
impl RefUnwindSafe for SqlSet
impl Send for SqlSet
impl Sync for SqlSet
impl Unpin for SqlSet
impl UnwindSafe for SqlSet
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