pub struct QueryOffsetRequest { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Debug for QueryOffsetRequest
impl Debug for QueryOffsetRequest
sourceimpl Decoder for QueryOffsetRequest
impl Decoder for QueryOffsetRequest
sourceimpl Encoder for QueryOffsetRequest
impl Encoder for QueryOffsetRequest
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
fn encoded_size(&self) -> u32
sourceimpl From<QueryOffsetRequest> for RequestKind
impl From<QueryOffsetRequest> for RequestKind
sourcefn from(cmd: QueryOffsetRequest) -> Self
fn from(cmd: QueryOffsetRequest) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<QueryOffsetRequest> for QueryOffsetRequest
impl PartialEq<QueryOffsetRequest> for QueryOffsetRequest
sourcefn eq(&self, other: &QueryOffsetRequest) -> bool
fn eq(&self, other: &QueryOffsetRequest) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &QueryOffsetRequest) -> bool
fn ne(&self, other: &QueryOffsetRequest) -> bool
This method tests for !=
.
impl StructuralPartialEq for QueryOffsetRequest
Auto Trait Implementations
impl RefUnwindSafe for QueryOffsetRequest
impl Send for QueryOffsetRequest
impl Sync for QueryOffsetRequest
impl Unpin for QueryOffsetRequest
impl UnwindSafe for QueryOffsetRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more