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