pub struct ReceivePackServerOutcome {
pub report: ReceivePackServerReport,
pub command_states: Vec<ReceivePackCommandState>,
}Fields§
§report: ReceivePackServerReport§command_states: Vec<ReceivePackCommandState>Auto Trait Implementations§
impl Freeze for ReceivePackServerOutcome
impl RefUnwindSafe for ReceivePackServerOutcome
impl Send for ReceivePackServerOutcome
impl Sync for ReceivePackServerOutcome
impl Unpin for ReceivePackServerOutcome
impl UnsafeUnpin for ReceivePackServerOutcome
impl UnwindSafe for ReceivePackServerOutcome
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