Struct QueryableQueryResponse
pub struct QueryableQueryResponse {
pub protocol: Vec<u8>,
}
Fields§
§protocol: Vec<u8>
Trait Implementations§
§impl Clone for QueryableQueryResponse
impl Clone for QueryableQueryResponse
§fn clone(&self) -> QueryableQueryResponse
fn clone(&self) -> QueryableQueryResponse
Returns a copy 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 more§impl Debug for QueryableQueryResponse
impl Debug for QueryableQueryResponse
§impl Encodable for QueryableQueryResponse
impl Encodable for QueryableQueryResponse
§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
encoding instead of calling
encode
. Read more§impl<___E> Encode<___E> for QueryableQueryResponsewhere
___E: InternalHandleEncoder + Encoder + ?Sized,
impl<___E> Encode<___E> for QueryableQueryResponsewhere
___E: InternalHandleEncoder + Encoder + ?Sized,
§fn encode(
&mut self,
encoder: &mut ___E,
out: &mut MaybeUninit<<QueryableQueryResponse as Encodable>::Encoded>,
) -> Result<(), EncodeError>
fn encode( &mut self, encoder: &mut ___E, out: &mut MaybeUninit<<QueryableQueryResponse as Encodable>::Encoded>, ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§impl TakeFrom<WireQueryableQueryResponse> for QueryableQueryResponse
impl TakeFrom<WireQueryableQueryResponse> for QueryableQueryResponse
§fn take_from(from: &WireQueryableQueryResponse) -> QueryableQueryResponse
fn take_from(from: &WireQueryableQueryResponse) -> QueryableQueryResponse
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreAuto Trait Implementations§
impl Freeze for QueryableQueryResponse
impl RefUnwindSafe for QueryableQueryResponse
impl Send for QueryableQueryResponse
impl Sync for QueryableQueryResponse
impl Unpin for QueryableQueryResponse
impl UnwindSafe for QueryableQueryResponse
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