Struct SqlzValue
#[repr(transparent)]pub struct SqlzValue(pub Value);Tuple Fields§
§0: ValueTrait Implementations§
impl StructuralPartialEq for SqlzValue
Auto Trait Implementations§
impl Freeze for SqlzValue
impl RefUnwindSafe for SqlzValue
impl Send for SqlzValue
impl Sync for SqlzValue
impl Unpin for SqlzValue
impl UnwindSafe for SqlzValue
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