pub struct BatchRetrieveCounts { /* private fields */ }Trait Implementations§
Source§impl Clone for BatchRetrieveCounts
impl Clone for BatchRetrieveCounts
Source§fn clone(&self) -> BatchRetrieveCounts
fn clone(&self) -> BatchRetrieveCounts
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 BatchRetrieveCounts
impl Debug for BatchRetrieveCounts
Source§impl Default for BatchRetrieveCounts
impl Default for BatchRetrieveCounts
Source§fn default() -> BatchRetrieveCounts
fn default() -> BatchRetrieveCounts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BatchRetrieveCounts
impl<'de> Deserialize<'de> for BatchRetrieveCounts
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 Serialize for BatchRetrieveCounts
impl Serialize for BatchRetrieveCounts
Source§impl Validate for BatchRetrieveCounts
impl Validate for BatchRetrieveCounts
Auto Trait Implementations§
impl Freeze for BatchRetrieveCounts
impl RefUnwindSafe for BatchRetrieveCounts
impl Send for BatchRetrieveCounts
impl Sync for BatchRetrieveCounts
impl Unpin for BatchRetrieveCounts
impl UnwindSafe for BatchRetrieveCounts
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