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