pub struct RowNil;Expand description
The empty row.
Trait Implementations§
Source§impl DebugFields for RowNil
impl DebugFields for RowNil
fn fmt_fields(&self, _f: &mut DebugStruct<'_, '_>)
impl Eq for RowNil
impl InsertValues for RowNil
impl SameShape<RowNil> for RowNil
Auto Trait Implementations§
impl Freeze for RowNil
impl RefUnwindSafe for RowNil
impl Send for RowNil
impl Sync for RowNil
impl Unpin for RowNil
impl UnsafeUnpin for RowNil
impl UnwindSafe for RowNil
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