Struct SqlzValues
#[repr(transparent)]pub struct SqlzValues(pub Values);Tuple Fields§
§0: ValuesImplementations§
§impl SqlzValues
impl SqlzValues
Trait Implementations§
§impl Arguments<MsSql> for SqlzValues
impl Arguments<MsSql> for SqlzValues
§impl Clone for SqlzValues
impl Clone for SqlzValues
§fn clone(&self) -> SqlzValues
fn clone(&self) -> SqlzValues
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for SqlzValues
impl Debug for SqlzValues
§impl PartialEq for SqlzValues
impl PartialEq for SqlzValues
impl StructuralPartialEq for SqlzValues
Auto Trait Implementations§
impl Freeze for SqlzValues
impl RefUnwindSafe for SqlzValues
impl Send for SqlzValues
impl Sync for SqlzValues
impl Unpin for SqlzValues
impl UnwindSafe for SqlzValues
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