pub struct GetCardinalityResponse {
pub cardinality: Option<i64>,
}Fields§
§cardinality: Option<i64>The approximate count of unique values that match the query.
Trait Implementations§
Source§impl Clone for GetCardinalityResponse
impl Clone for GetCardinalityResponse
Source§fn clone(&self) -> GetCardinalityResponse
fn clone(&self) -> GetCardinalityResponse
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 GetCardinalityResponse
impl Debug for GetCardinalityResponse
Source§impl Default for GetCardinalityResponse
impl Default for GetCardinalityResponse
Source§fn default() -> GetCardinalityResponse
fn default() -> GetCardinalityResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetCardinalityResponse
impl<'de> Deserialize<'de> for GetCardinalityResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetCardinalityResponse
impl PartialEq for GetCardinalityResponse
impl StructuralPartialEq for GetCardinalityResponse
Auto Trait Implementations§
impl Freeze for GetCardinalityResponse
impl RefUnwindSafe for GetCardinalityResponse
impl Send for GetCardinalityResponse
impl Sync for GetCardinalityResponse
impl Unpin for GetCardinalityResponse
impl UnwindSafe for GetCardinalityResponse
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