pub struct ScanStartReq;Expand description
ScanStartReq() (Table 16) — host → module: header-only.
Trait Implementations§
Source§impl Clone for ScanStartReq
impl Clone for ScanStartReq
Source§fn clone(&self) -> ScanStartReq
fn clone(&self) -> ScanStartReq
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 ScanStartReq
Source§impl Debug for ScanStartReq
impl Debug for ScanStartReq
Source§impl Default for ScanStartReq
impl Default for ScanStartReq
Source§fn default() -> ScanStartReq
fn default() -> ScanStartReq
Returns the “default value” for a type. Read more
impl Eq for ScanStartReq
Source§impl<'a> Parse<'a> for ScanStartReq
impl<'a> Parse<'a> for ScanStartReq
Source§impl PartialEq for ScanStartReq
impl PartialEq for ScanStartReq
Source§impl Serialize for ScanStartReq
Available on crate feature serde only.
impl Serialize for ScanStartReq
Available on crate feature
serde only.Source§impl Serialize for ScanStartReq
impl Serialize for ScanStartReq
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 ScanStartReq
Auto Trait Implementations§
impl Freeze for ScanStartReq
impl RefUnwindSafe for ScanStartReq
impl Send for ScanStartReq
impl Sync for ScanStartReq
impl Unpin for ScanStartReq
impl UnsafeUnpin for ScanStartReq
impl UnwindSafe for ScanStartReq
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