pub struct SecondaryCountResponse {
pub smarty_key: String,
pub count: i64,
}
Fields§
§smarty_key: String
§count: i64
Trait Implementations§
Source§impl Clone for SecondaryCountResponse
impl Clone for SecondaryCountResponse
Source§fn clone(&self) -> SecondaryCountResponse
fn clone(&self) -> SecondaryCountResponse
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 SecondaryCountResponse
impl Debug for SecondaryCountResponse
Source§impl Default for SecondaryCountResponse
impl Default for SecondaryCountResponse
Source§fn default() -> SecondaryCountResponse
fn default() -> SecondaryCountResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecondaryCountResponsewhere
SecondaryCountResponse: Default,
impl<'de> Deserialize<'de> for SecondaryCountResponsewhere
SecondaryCountResponse: Default,
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 EnrichmentResponse for SecondaryCountResponse
impl EnrichmentResponse for SecondaryCountResponse
fn lookup_type() -> &'static str
Source§impl PartialEq for SecondaryCountResponse
impl PartialEq for SecondaryCountResponse
Source§impl Serialize for SecondaryCountResponse
impl Serialize for SecondaryCountResponse
impl StructuralPartialEq for SecondaryCountResponse
Auto Trait Implementations§
impl Freeze for SecondaryCountResponse
impl RefUnwindSafe for SecondaryCountResponse
impl Send for SecondaryCountResponse
impl Sync for SecondaryCountResponse
impl Unpin for SecondaryCountResponse
impl UnwindSafe for SecondaryCountResponse
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