pub enum ReceivePackServerReport {
V1(ReceivePackReportStatus),
V2(ReceivePackReportStatusV2),
}Variants§
Auto Trait Implementations§
impl Freeze for ReceivePackServerReport
impl RefUnwindSafe for ReceivePackServerReport
impl Send for ReceivePackServerReport
impl Sync for ReceivePackServerReport
impl Unpin for ReceivePackServerReport
impl UnsafeUnpin for ReceivePackServerReport
impl UnwindSafe for ReceivePackServerReport
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