pub struct ScanNextReq;Expand description
ScanNextReq() (Table 17) — host → module: header-only.
Trait Implementations§
Source§impl Clone for ScanNextReq
impl Clone for ScanNextReq
Source§fn clone(&self) -> ScanNextReq
fn clone(&self) -> ScanNextReq
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScanNextReq
Source§impl Debug for ScanNextReq
impl Debug for ScanNextReq
Source§impl Default for ScanNextReq
impl Default for ScanNextReq
Source§fn default() -> ScanNextReq
fn default() -> ScanNextReq
Returns the “default value” for a type. Read more
impl Eq for ScanNextReq
Source§impl<'a> Parse<'a> for ScanNextReq
impl<'a> Parse<'a> for ScanNextReq
Source§impl PartialEq for ScanNextReq
impl PartialEq for ScanNextReq
Source§impl Serialize for ScanNextReq
Available on crate feature serde only.
impl Serialize for ScanNextReq
Available on crate feature
serde only.Source§impl Serialize for ScanNextReq
impl Serialize for ScanNextReq
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for ScanNextReq
Auto Trait Implementations§
impl Freeze for ScanNextReq
impl RefUnwindSafe for ScanNextReq
impl Send for ScanNextReq
impl Sync for ScanNextReq
impl Unpin for ScanNextReq
impl UnsafeUnpin for ScanNextReq
impl UnwindSafe for ScanNextReq
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