pub struct CompiledCountStar {
pub table_name: SmartString,
pub result_column_name: String,
pub cached_epoch: u64,
}Expand description
Pre-bound state for COUNT(*).
Fields§
§table_name: SmartString§result_column_name: String§cached_epoch: u64Trait Implementations§
Source§impl Clone for CompiledCountStar
impl Clone for CompiledCountStar
Source§fn clone(&self) -> CompiledCountStar
fn clone(&self) -> CompiledCountStar
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CompiledCountStar
impl RefUnwindSafe for CompiledCountStar
impl Send for CompiledCountStar
impl Sync for CompiledCountStar
impl Unpin for CompiledCountStar
impl UnsafeUnpin for CompiledCountStar
impl UnwindSafe for CompiledCountStar
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