pub struct ReceivePackReportStatus {
pub unpack: ReceivePackUnpackStatus,
pub commands: Vec<ReceivePackCommandStatus>,
}Fields§
§unpack: ReceivePackUnpackStatus§commands: Vec<ReceivePackCommandStatus>Trait Implementations§
Source§impl Clone for ReceivePackReportStatus
impl Clone for ReceivePackReportStatus
Source§fn clone(&self) -> ReceivePackReportStatus
fn clone(&self) -> ReceivePackReportStatus
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 moreSource§impl Debug for ReceivePackReportStatus
impl Debug for ReceivePackReportStatus
impl Eq for ReceivePackReportStatus
Source§impl PartialEq for ReceivePackReportStatus
impl PartialEq for ReceivePackReportStatus
Source§fn eq(&self, other: &ReceivePackReportStatus) -> bool
fn eq(&self, other: &ReceivePackReportStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReceivePackReportStatus
Auto Trait Implementations§
impl Freeze for ReceivePackReportStatus
impl RefUnwindSafe for ReceivePackReportStatus
impl Send for ReceivePackReportStatus
impl Sync for ReceivePackReportStatus
impl Unpin for ReceivePackReportStatus
impl UnsafeUnpin for ReceivePackReportStatus
impl UnwindSafe for ReceivePackReportStatus
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