pub struct EmptyRecords { /* private fields */ }
Expand description
Empty representation of Records
.
Implementations§
Trait Implementations§
Source§impl Clone for EmptyRecords
impl Clone for EmptyRecords
Source§fn clone(&self) -> EmptyRecords
fn clone(&self) -> EmptyRecords
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 moreSource§impl Debug for EmptyRecords
impl Debug for EmptyRecords
Source§impl Default for EmptyRecords
impl Default for EmptyRecords
Source§fn default() -> EmptyRecords
fn default() -> EmptyRecords
Returns the “default value” for a type. Read more
Source§impl Records for EmptyRecords
impl Records for EmptyRecords
Source§fn count_columns(&self) -> usize
fn count_columns(&self) -> usize
Returns count of columns in the records.
Source§fn hint_count_rows(&self) -> Option<usize>
fn hint_count_rows(&self) -> Option<usize>
Hint amount of rows in the records.
Auto Trait Implementations§
impl Freeze for EmptyRecords
impl RefUnwindSafe for EmptyRecords
impl Send for EmptyRecords
impl Sync for EmptyRecords
impl Unpin for EmptyRecords
impl UnwindSafe for EmptyRecords
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