pub struct SQLNull;Expand description
Explicit SQL NULL marker.
Trait Implementations§
impl Copy for SQLNull
Auto Trait Implementations§
impl Freeze for SQLNull
impl RefUnwindSafe for SQLNull
impl Send for SQLNull
impl Sync for SQLNull
impl Unpin for SQLNull
impl UnsafeUnpin for SQLNull
impl UnwindSafe for SQLNull
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