pub struct TableCursor { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for TableCursor
impl Clone for TableCursor
Source§fn clone(&self) -> TableCursor
fn clone(&self) -> TableCursor
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 moreAuto Trait Implementations§
impl Freeze for TableCursor
impl RefUnwindSafe for TableCursor
impl Send for TableCursor
impl Sync for TableCursor
impl Unpin for TableCursor
impl UnsafeUnpin for TableCursor
impl UnwindSafe for TableCursor
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