pub struct MultiQueryResponse {
pub responses: Vec<QueryResponse>,
}Fields§
§responses: Vec<QueryResponse>Implementations§
Source§impl MultiQueryResponse
impl MultiQueryResponse
pub fn deserialize(data: &[u8]) -> Result<MultiQueryResponse>
pub fn serialize(&self) -> Vec<u8> ⓘ
Auto Trait Implementations§
impl Freeze for MultiQueryResponse
impl RefUnwindSafe for MultiQueryResponse
impl Send for MultiQueryResponse
impl Sync for MultiQueryResponse
impl Unpin for MultiQueryResponse
impl UnwindSafe for MultiQueryResponse
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