pub struct GetRowCountPlan {
pub table: String,
}Expand description
A special plan node for direct row count retrieval.
Fields§
§table: StringTrait Implementations§
Source§impl Clone for GetRowCountPlan
impl Clone for GetRowCountPlan
Source§fn clone(&self) -> GetRowCountPlan
fn clone(&self) -> GetRowCountPlan
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 GetRowCountPlan
impl RefUnwindSafe for GetRowCountPlan
impl Send for GetRowCountPlan
impl Sync for GetRowCountPlan
impl Unpin for GetRowCountPlan
impl UnwindSafe for GetRowCountPlan
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