pub struct CountsResponse {
pub counts: Vec<u64>,
}Fields§
§counts: Vec<u64>Positional, matching the request: duplicate queries stay cheap and the client zips by index rather than re-deriving the key it sent.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CountsResponse
impl RefUnwindSafe for CountsResponse
impl Send for CountsResponse
impl Sync for CountsResponse
impl Unpin for CountsResponse
impl UnsafeUnpin for CountsResponse
impl UnwindSafe for CountsResponse
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