pub struct Queries { /* private fields */ }Expand description
A set of Queries with the associated serialized data
Implementations§
Source§impl Queries
impl Queries
Sourcepub fn read(
decoder: &mut BinDecoder<'_>,
num_queries: usize,
) -> ProtoResult<Self>
pub fn read( decoder: &mut BinDecoder<'_>, num_queries: usize, ) -> ProtoResult<Self>
Read queries from a decoder
Trait Implementations§
impl Eq for Queries
impl StructuralPartialEq for Queries
Auto Trait Implementations§
impl Freeze for Queries
impl RefUnwindSafe for Queries
impl Send for Queries
impl Sync for Queries
impl Unpin for Queries
impl UnwindSafe for Queries
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.